@epilot360/webpack-config-epilot360 2.0.0 → 2.1.0

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.
@@ -157,6 +157,7 @@ function webpackConfigEpilot360ReactApp(opts) {
157
157
  "react-dom",
158
158
  "axios",
159
159
  "lodash",
160
+ "js-yaml",
160
161
  "@epilot/base-elements",
161
162
  "@epilot/base-modules",
162
163
  new RegExp(`^@epilot360/`), // all @epilot360/* packages will be treated as external
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/webpack-config-epilot360",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
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": {