Skip to content

Commit df47479

Browse files
committed
chore: update @pega/constellationjs to version 0.25.1 and adjust webpack exclusions
1 parent 56e8ca2 commit df47479

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"devDependencies": {
7878
"@pega/configs": "^0.16.3",
79-
"@pega/constellationjs": "~24.2.2",
79+
"@pega/constellationjs": "^0.25.1",
8080
"@pega/eslint-config": "^0.17.0",
8181
"@pega/pcore-pconnect-typedefs": "~3.2.2",
8282
"@pega/tsconfig": "^0.17.0",

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module.exports = (env, argv) => {
9292
filename: '[path][base].gz',
9393
algorithm: 'gzip',
9494
test: /\.js$|\.ts$|\.css$|\.html$/,
95-
exclude: /constellation-core.*.js|bootstrap-shell.js|531.*.js/,
95+
exclude: /constellation-core.*.js|bootstrap-shell.js|libphonenumber.*.js/,
9696
threshold: 10240,
9797
minRatio: 0.8
9898
})
@@ -102,7 +102,7 @@ module.exports = (env, argv) => {
102102
filename: '[path][base].br',
103103
algorithm: 'brotliCompress',
104104
test: /\.(js|ts|css|html|svg)$/,
105-
exclude: /constellation-core.*.js|bootstrap-shell.js|531.*.js/,
105+
exclude: /constellation-core.*.js|bootstrap-shell.js|libphonenumber.*.js/,
106106
compressionOptions: {
107107
params: {
108108
[zlib.constants.BROTLI_PARAM_QUALITY]: 11

0 commit comments

Comments
 (0)