mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix: empty error message in dev mode
This commit is contained in:
parent
d244f5df73
commit
3d990fe606
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user