@epilot360/webpack-config-epilot360 4.1.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.
|
@@ -219,8 +219,10 @@ function webpackConfigEpilot360ReactApp(opts) {
|
|
|
219
219
|
"js-yaml",
|
|
220
220
|
"handlebars",
|
|
221
221
|
"moment",
|
|
222
|
+
"openapi-client-axios",
|
|
222
223
|
"@epilot/base-elements",
|
|
223
224
|
"@epilot/base-modules",
|
|
225
|
+
"@epilot/volt-ui-react",
|
|
224
226
|
new RegExp(`^@epilot360/`), // all @epilot360/* packages will be treated as external
|
|
225
227
|
],
|
|
226
228
|
};
|
package/package.json
CHANGED