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',
|
||||
devtool: "source-map",
|
||||
performance: {
|
||||
hints: false
|
||||
},
|
||||
output: {
|
||||
path: `${__dirname}/build`,
|
||||
filename: 'app.js',
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ module.exports = {
|
|||
new CssMinimizerPlugin(),
|
||||
], */
|
||||
},
|
||||
performance: {
|
||||
hints: "error"
|
||||
},
|
||||
output: {
|
||||
path: `${__dirname}/docs`,
|
||||
filename: 'app.js',
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ module.exports = {
|
|||
new CssMinimizerPlugin(),
|
||||
], */
|
||||
},
|
||||
performance: {
|
||||
hints: "error"
|
||||
},
|
||||
output: {
|
||||
path: `${__dirname}/stage`,
|
||||
filename: 'app.js',
|
||||
|
|
|
|||
Loading…
Reference in a new issue