@elliemae/pui-cli 7.10.2 → 7.10.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.
|
@@ -199,7 +199,8 @@ const getCompressionPlugins = (isLibrary = false) => {
|
|
|
199
199
|
/\/emuiUserMonitoring/,
|
|
200
200
|
/\/emuiDiagnostics/,
|
|
201
201
|
/\/emuiAppLoader/,
|
|
202
|
-
/\/encwLoader
|
|
202
|
+
/\/encwLoader/,
|
|
203
|
+
/\/emuiEncwLoader/
|
|
203
204
|
];
|
|
204
205
|
const commonConfig = {
|
|
205
206
|
test: /\.(js|css)$/,
|
|
@@ -155,7 +155,8 @@ const getCompressionPlugins = (isLibrary = false) => {
|
|
|
155
155
|
/\/emuiUserMonitoring/,
|
|
156
156
|
/\/emuiDiagnostics/,
|
|
157
157
|
/\/emuiAppLoader/,
|
|
158
|
-
/\/encwLoader
|
|
158
|
+
/\/encwLoader/,
|
|
159
|
+
/\/emuiEncwLoader/
|
|
159
160
|
];
|
|
160
161
|
const commonConfig = {
|
|
161
162
|
test: /\.(js|css)$/,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "7.10.
|
|
3
|
+
"version": "7.10.3",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
105
105
|
"@svgr/webpack": "~6.4.0",
|
|
106
106
|
"@swc/cli": "~0.1.57",
|
|
107
|
-
"@swc/core": "~1.3.
|
|
107
|
+
"@swc/core": "~1.3.5",
|
|
108
108
|
"@swc/jest": "~0.2.23",
|
|
109
109
|
"@testing-library/jest-dom": "~5.16.5",
|
|
110
110
|
"@testing-library/react": "~13.4.0",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"jest-watch-typeahead": "~2.2.0",
|
|
202
202
|
"jscodeshift": "~0.14.0",
|
|
203
203
|
"jsdoc": "~3.6.11",
|
|
204
|
-
"lerna": "~5.
|
|
204
|
+
"lerna": "~5.6.1",
|
|
205
205
|
"lint-staged": "~13.0.3",
|
|
206
206
|
"mini-css-extract-plugin": "~2.6.1",
|
|
207
207
|
"minimist": "~1.2.6",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"update-notifier": "~6.0.2",
|
|
253
253
|
"url-loader": "~4.1.1",
|
|
254
254
|
"uuid": "~9.0.0",
|
|
255
|
-
"vite": "~3.1.
|
|
255
|
+
"vite": "~3.1.5",
|
|
256
256
|
"vitest": "~0.23.4",
|
|
257
257
|
"vite-tsconfig-paths": "~3.5.1",
|
|
258
258
|
"webpack": "~5.74.0",
|