Skip to content

Commit 365e80d

Browse files
committed
fix: prod build
1 parent 3206ec4 commit 365e80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = (env, argv) => {
9595
filename: '[path][base].gz',
9696
algorithm: 'gzip',
9797
test: /\.js$|\.ts$|\.css$|\.html$/,
98-
exclude: /constellation-core.*.js|bootstrap-shell.js|531.*.js/,
98+
exclude: /constellation-core.*.js|bootstrap-shell.js|libphonenumber.*.js/,
9999
threshold: 10240,
100100
minRatio: 0.8
101101
})
@@ -105,7 +105,7 @@ module.exports = (env, argv) => {
105105
filename: '[path][base].br',
106106
algorithm: 'brotliCompress',
107107
test: /\.(js|ts|css|html|svg)$/,
108-
exclude: /constellation-core.*.js|bootstrap-shell.js|531.*.js/,
108+
exclude: /constellation-core.*.js|bootstrap-shell.js|libphonenumber.*.js/,
109109
compressionOptions: {
110110
params: {
111111
[zlib.constants.BROTLI_PARAM_QUALITY]: 11

0 commit comments

Comments
 (0)