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