mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-04 12:00:27 +00:00
reduce app filesize
This commit is contained in:
parent
6b4b181300
commit
76e45e42e5
@ -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
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user