Skip to content

Commit 9f089ba

Browse files
committed
back to v5 of compression-webpack-plugin
1 parent 8071fe0 commit 9f089ba

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

interface/config-overrides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const fs = require('fs');
99

1010
module.exports = function override(config, env) {
1111
if (env === "production") {
12-
// rename the ouput file, we need it's path to be short, for SPIFFS
12+
// rename the output file, we need it's path to be short for LittleFS
1313
config.output.filename = 'js/[id].[chunkhash:4].js';
1414
config.output.chunkFilename = 'js/[id].[chunkhash:4].js';
1515

interface/package-lock.json

+23-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react-material-ui-form-validator": "^2.1.0",
1313
"@types/react-router": "^5.1.13",
1414
"@types/react-router-dom": "^5.1.7",
15-
"compression-webpack-plugin": "^6.1.1",
15+
"compression-webpack-plugin": "^5.0.2",
1616
"express": "^4.17.1",
1717
"jwt-decode": "^3.1.2",
1818
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)