@elliemae/pui-cli 8.17.1 → 8.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -123,7 +123,5 @@ const webpackFinal = (config, { configType }) => {
|
|
|
123
123
|
const managerWebpack = (config) => {
|
|
124
124
|
if (config.plugins)
|
|
125
125
|
config.plugins = config.plugins.concat((0, import_helpers.getCompressionPlugins)());
|
|
126
|
-
if (config.resolve)
|
|
127
|
-
config.resolve.alias = { ...config.resolve.alias, ...(0, import_helpers.getAlias)() };
|
|
128
126
|
return config;
|
|
129
127
|
};
|
|
@@ -89,8 +89,6 @@ const webpackFinal = (config, { configType }) => {
|
|
|
89
89
|
const managerWebpack = (config) => {
|
|
90
90
|
if (config.plugins)
|
|
91
91
|
config.plugins = config.plugins.concat(getCompressionPlugins());
|
|
92
|
-
if (config.resolve)
|
|
93
|
-
config.resolve.alias = { ...config.resolve.alias, ...getAlias() };
|
|
94
92
|
return config;
|
|
95
93
|
};
|
|
96
94
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.17.
|
|
3
|
+
"version": "8.17.3",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
119
119
|
"@svgr/webpack": "~7.0.0",
|
|
120
120
|
"@swc/cli": "~0.1.62",
|
|
121
|
-
"@swc/core": "~1.3.
|
|
121
|
+
"@swc/core": "~1.3.85",
|
|
122
122
|
"@swc/jest": "~0.2.29",
|
|
123
123
|
"@testing-library/jest-dom": "~5.17.0",
|
|
124
124
|
"@testing-library/react": "~14.0.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@types/jest": "~29.5.4",
|
|
133
133
|
"@types/jest-axe": "~3.5.5",
|
|
134
134
|
"@types/moment-locales-webpack-plugin": "~1.2.3",
|
|
135
|
-
"@types/node": "~18.17.
|
|
135
|
+
"@types/node": "~18.17.16",
|
|
136
136
|
"@types/normalize-path": "~3.0.0",
|
|
137
137
|
"@types/postcss-preset-env": "~7.7.0",
|
|
138
138
|
"@types/rimraf": "~3.0.2",
|