@epilot360/webpack-config-epilot360 5.0.0 → 5.0.1

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.
@@ -222,6 +222,7 @@ function webpackConfigEpilot360ReactApp(opts) {
222
222
  "openapi-client-axios",
223
223
  "@epilot/base-elements",
224
224
  "@epilot/base-modules",
225
+ "@epilot/volt-ui-react",
225
226
  new RegExp(`^@epilot360/`), // all @epilot360/* packages will be treated as external
226
227
  ],
227
228
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/webpack-config-epilot360",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "A webpack config for in-browser modules used with single-spa for Epilot360",
5
5
  "main": "lib/webpack-config-epilot360-portal.js",
6
6
  "directories": {