@epilot360/webpack-config-epilot360 2.5.4 → 2.5.5

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.
@@ -9,7 +9,6 @@ const StandaloneSingleSpaPlugin = require("standalone-single-spa-webpack-plugin"
9
9
  const SystemJSPublicPathPlugin = require("systemjs-webpack-interop/SystemJSPublicPathWebpackPlugin");
10
10
  const { ESBuildMinifyPlugin } = require('esbuild-loader')
11
11
  const resolveCwd = require('resolve-cwd');
12
- const { peerDependencies } = require('./package.json');
13
12
 
14
13
  process.env.NODE_ENV = process.env.NODE_ENV || 'development'
15
14
 
@@ -199,3 +198,5 @@ function webpackConfigEpilot360ReactApp(opts) {
199
198
  ],
200
199
  };
201
200
  }
201
+
202
+ module.exports = webpackConfigEpilot360ReactApp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/webpack-config-epilot360",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
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": {