diff --git a/compiler/webpack.config.js b/compiler/webpack.config.js index 6c8ed60..3279f4b 100644 --- a/compiler/webpack.config.js +++ b/compiler/webpack.config.js @@ -219,6 +219,9 @@ function setReleaseConfig(config) { })] }); config.output.sourceMapFilename = '_releaseMap/[name].js.map'; + config.performance = { + hints: false + }; } function setCopyPluginConfig(config) {