reduce app filesize

pull/1/head
Thomas Ballmann 4 years ago
parent 6b4b181300
commit 76e45e42e5

@ -22,7 +22,7 @@ module.exports = {
// optimize build for esp32 // optimize build for esp32
return { return {
plugins: [ plugins: [
// reduze total size of the app // reduce total size of the app
new webpack.optimize.LimitChunkCountPlugin({ new webpack.optimize.LimitChunkCountPlugin({
maxChunks: 1 maxChunks: 1
}), }),

Loading…
Cancel
Save