@elliemae/pui-cli 6.0.0-beta.4 → 6.0.0-beta.5
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.
|
@@ -70,21 +70,29 @@ const plugins = [
|
|
|
70
70
|
{
|
|
71
71
|
from: 'node_modules/@elliemae/pui-user-monitoring/dist/public/js',
|
|
72
72
|
to: 'js',
|
|
73
|
+
toType: 'dir',
|
|
74
|
+
info: { minimized: true },
|
|
73
75
|
},
|
|
74
76
|
{
|
|
75
|
-
from: 'node_modules/@elliemae/pui-app-loader/dist/public/js
|
|
76
|
-
to: 'js
|
|
77
|
+
from: 'node_modules/@elliemae/pui-app-loader/dist/public/js',
|
|
78
|
+
to: 'js',
|
|
79
|
+
toType: 'dir',
|
|
77
80
|
noErrorOnMissing: true,
|
|
81
|
+
info: { minimized: true },
|
|
78
82
|
},
|
|
79
83
|
{
|
|
80
|
-
from: 'node_modules/@elliemae/encw-loader/dist/public/js
|
|
81
|
-
to: 'js
|
|
84
|
+
from: 'node_modules/@elliemae/encw-loader/dist/public/js',
|
|
85
|
+
to: 'js',
|
|
86
|
+
toType: 'dir',
|
|
82
87
|
noErrorOnMissing: true,
|
|
88
|
+
info: { minimized: true },
|
|
83
89
|
},
|
|
84
90
|
{
|
|
85
|
-
from: 'node_modules/@elliemae/pui-diagnostics/dist/public/js
|
|
86
|
-
to: 'js
|
|
91
|
+
from: 'node_modules/@elliemae/pui-diagnostics/dist/public/js',
|
|
92
|
+
to: 'js',
|
|
93
|
+
toType: 'dir',
|
|
87
94
|
noErrorOnMissing: true,
|
|
95
|
+
info: { minimized: true },
|
|
88
96
|
},
|
|
89
97
|
{
|
|
90
98
|
from: 'public',
|
|
@@ -72,7 +72,13 @@ const getProdConfig = ({ latestVersion = true } = {}) => {
|
|
|
72
72
|
filename: '[path][base].gz',
|
|
73
73
|
algorithm: 'gzip',
|
|
74
74
|
test: /\.js$|\.css$$/,
|
|
75
|
-
exclude: [
|
|
75
|
+
exclude: [
|
|
76
|
+
/\/adrum-ext/,
|
|
77
|
+
/\/emuiUserMonitoring/,
|
|
78
|
+
/\/emuiDiagnostics/,
|
|
79
|
+
/\/emuiAppLoader/,
|
|
80
|
+
/\/encwLoader/,
|
|
81
|
+
],
|
|
76
82
|
// we are compressing all files since in aws cloudfront edge lambda, we don't want to whitelist files that are not compressed due to below limits
|
|
77
83
|
minRatio: Number.MAX_SAFE_INTEGER,
|
|
78
84
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "EllieMae Platform UI CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"postcss-syntax": "~0.36.2",
|
|
198
198
|
"postcss-loader": "~6.2.0",
|
|
199
199
|
"postcss-preset-env": "~7.0.1",
|
|
200
|
-
"prettier": "~2.
|
|
200
|
+
"prettier": "~2.5.0",
|
|
201
201
|
"pug": "~3.0.2",
|
|
202
202
|
"pug-loader": "~2.4.0",
|
|
203
203
|
"raf": "~3.4.1",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"update-notifier": "~5.1.0",
|
|
234
234
|
"url-loader": "~4.1.1",
|
|
235
235
|
"uuid": "~8.3.2",
|
|
236
|
-
"webpack": "~5.64.
|
|
236
|
+
"webpack": "~5.64.4",
|
|
237
237
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
238
238
|
"webpack-cli": "~4.9.1",
|
|
239
239
|
"webpack-dev-middleware": "~5.2.2",
|