@elliemae/pui-cli 9.0.0-next.39 → 9.0.0-next.40

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.
@@ -295,26 +295,7 @@ const baseConfig = (options) => ({
295
295
  externals: {
296
296
  "@elliemae/pui-user-monitoring": "emuiUserMonitoring",
297
297
  "@elliemae/pui-app-loader": "emuiAppLoader",
298
- "@elliemae/pui-diagnostics": "emuiDiagnostics",
299
- react: "emuiAppReactDependencies.react",
300
- "react-dom": "emuiAppReactDependencies.reactDOM",
301
- "@reduxjs/toolkit": "emuiAppReactDependencies.rtk",
302
- axios: "emuiAppReactDependencies.axios.default",
303
- dompurify: "emuiAppReactDependencies.dompurify",
304
- history: "emuiAppReactDependencies.history",
305
- immer: "emuiAppReactDependencies.immer",
306
- invariant: "emuiAppReactDependencies.invariant",
307
- "pubsub-js": "emuiAppReactDependencies.pubsubjs",
308
- "react-aria-live": "emuiAppReactDependencies.reactAriaLive",
309
- "react-helmet": "emuiAppReactDependencies.reactHelmet",
310
- "react-hook-form": "emuiAppReactDependencies.reactHookForm",
311
- "react-redux": "emuiAppReactDependencies.reactRedux",
312
- "react-router-dom": "emuiAppReactDependencies.reactRouterDOM",
313
- reduxInjectors: "emuiAppReactDependencies.reduxInjectors",
314
- reselect: "emuiAppReactDependencies.reselect",
315
- // "styled-components": "emuiAppReactDependencies.styledComponents",
316
- "styled-system": "emuiAppReactDependencies.styledSystem"
317
- // "@xstyled/styled-components": "emuiAppReactDependencies.xstyled",
298
+ "@elliemae/pui-diagnostics": "emuiDiagnostics"
318
299
  },
319
300
  devtool: options.devtool ?? "eval-source-map",
320
301
  performance: options.performance ?? {},
@@ -268,26 +268,7 @@ const baseConfig = (options) => ({
268
268
  externals: {
269
269
  "@elliemae/pui-user-monitoring": "emuiUserMonitoring",
270
270
  "@elliemae/pui-app-loader": "emuiAppLoader",
271
- "@elliemae/pui-diagnostics": "emuiDiagnostics",
272
- react: "emuiAppReactDependencies.react",
273
- "react-dom": "emuiAppReactDependencies.reactDOM",
274
- "@reduxjs/toolkit": "emuiAppReactDependencies.rtk",
275
- axios: "emuiAppReactDependencies.axios.default",
276
- dompurify: "emuiAppReactDependencies.dompurify",
277
- history: "emuiAppReactDependencies.history",
278
- immer: "emuiAppReactDependencies.immer",
279
- invariant: "emuiAppReactDependencies.invariant",
280
- "pubsub-js": "emuiAppReactDependencies.pubsubjs",
281
- "react-aria-live": "emuiAppReactDependencies.reactAriaLive",
282
- "react-helmet": "emuiAppReactDependencies.reactHelmet",
283
- "react-hook-form": "emuiAppReactDependencies.reactHookForm",
284
- "react-redux": "emuiAppReactDependencies.reactRedux",
285
- "react-router-dom": "emuiAppReactDependencies.reactRouterDOM",
286
- reduxInjectors: "emuiAppReactDependencies.reduxInjectors",
287
- reselect: "emuiAppReactDependencies.reselect",
288
- // "styled-components": "emuiAppReactDependencies.styledComponents",
289
- "styled-system": "emuiAppReactDependencies.styledSystem"
290
- // "@xstyled/styled-components": "emuiAppReactDependencies.xstyled",
271
+ "@elliemae/pui-diagnostics": "emuiDiagnostics"
291
272
  },
292
273
  devtool: options.devtool ?? "eval-source-map",
293
274
  performance: options.performance ?? {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "9.0.0-next.39",
3
+ "version": "9.0.0-next.40",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",