turn off performance warnings

This commit is contained in:
ReznoRMichael 2021-02-19 01:17:39 +01:00
parent 801d9c3058
commit e9c1ccd791
5 changed files with 20143 additions and 8 deletions

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

View file

@ -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',

View file

@ -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',

View file

@ -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',