@epilot360/webpack-config-epilot360 2.1.1 → 2.1.2

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.
@@ -98,7 +98,7 @@ function webpackConfigEpilot360ReactApp(opts) {
98
98
  ],
99
99
  include: [
100
100
  /node_modules\/jsoneditor\/dist\/img/,
101
- ]
101
+ ],
102
102
  type: "asset/resource",
103
103
  },
104
104
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/webpack-config-epilot360",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
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": {