reduce app filesize

This commit is contained in:
Thomas Ballmann 2020-04-13 19:53:26 +02:00
parent 6b4b181300
commit 76e45e42e5

View File

@ -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
}),