diff --git a/app/vue.config.js b/app/vue.config.js index b5c0088..799aaee 100644 --- a/app/vue.config.js +++ b/app/vue.config.js @@ -22,7 +22,7 @@ module.exports = { // optimize build for esp32 return { plugins: [ - // reduze total size of the app + // reduce total size of the app new webpack.optimize.LimitChunkCountPlugin({ maxChunks: 1 }),