turn off performance warnings
This commit is contained in:
parent
801d9c3058
commit
e9c1ccd791
5 changed files with 20143 additions and 8 deletions
20140
build/app.js
20140
build/app.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -11,6 +11,9 @@ module.exports = {
|
||||||
},
|
},
|
||||||
mode: 'development',
|
mode: 'development',
|
||||||
devtool: "source-map",
|
devtool: "source-map",
|
||||||
|
performance: {
|
||||||
|
hints: false
|
||||||
|
},
|
||||||
output: {
|
output: {
|
||||||
path: `${__dirname}/build`,
|
path: `${__dirname}/build`,
|
||||||
filename: 'app.js',
|
filename: 'app.js',
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,9 @@ module.exports = {
|
||||||
new CssMinimizerPlugin(),
|
new CssMinimizerPlugin(),
|
||||||
], */
|
], */
|
||||||
},
|
},
|
||||||
|
performance: {
|
||||||
|
hints: "error"
|
||||||
|
},
|
||||||
output: {
|
output: {
|
||||||
path: `${__dirname}/docs`,
|
path: `${__dirname}/docs`,
|
||||||
filename: 'app.js',
|
filename: 'app.js',
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,9 @@ module.exports = {
|
||||||
new CssMinimizerPlugin(),
|
new CssMinimizerPlugin(),
|
||||||
], */
|
], */
|
||||||
},
|
},
|
||||||
|
performance: {
|
||||||
|
hints: "error"
|
||||||
|
},
|
||||||
output: {
|
output: {
|
||||||
path: `${__dirname}/stage`,
|
path: `${__dirname}/stage`,
|
||||||
filename: 'app.js',
|
filename: 'app.js',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue