fix: empty error message in dev mode

This commit is contained in:
Clark Du 2018-11-23 22:34:05 +00:00
parent d244f5df73
commit 3d990fe606
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"@babel/polyfill": "^7.0.0",
"@nuxt/babel-preset-app": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/friendly-errors-webpack-plugin": "^2.3.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.3.2",
"babel-loader": "^8.0.4",
"cache-loader": "^1.2.5",
"caniuse-lite": "^1.0.30000910",

View File

@ -1248,10 +1248,10 @@
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
"@nuxt/friendly-errors-webpack-plugin@^2.3.0":
version "2.3.0"
resolved "https://registry.npmjs.org/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.3.0.tgz#c013eb46282c8d87975a8f67bcba7e8ad5d2d571"
integrity sha512-/mQlJkyu90nsu1BbdHQYk7d9CEFbKphHP3HiKn+u45MMyjvfmasO9FS0TbwEBJSbBBr5DsdaowihOSfGzMPBKQ==
"@nuxt/friendly-errors-webpack-plugin@^2.3.2":
version "2.3.2"
resolved "https://registry.npmjs.org/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.3.2.tgz#eb2c49b99d4f09ebdd635410b669b0700c2746f3"
integrity sha512-88sAXalIhbnUkeKekA9pebrvk37/daN2qFMmv/234yHa1f033mSb/D2gDfOFzJFZokNRY8CG/yS9KHqAjj2IfA==
dependencies:
chalk "^2.3.2"
consola "^2.0.0-1"