@epilot360/webpack-config-epilot360 4.0.0-rc.1 → 4.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.
@@ -167,7 +167,7 @@ function webpackConfigEpilot360ReactApp(opts) {
167
167
  analyzerMode: webpackConfigEnv.analyze ? "server" : "disabled",
168
168
  }),
169
169
  new EnvPrefixPlugin(),
170
- new SystemJSPublicPathPlugin({
170
+ useESM ? undefined : new SystemJSPublicPathPlugin({
171
171
  systemjsModuleName: `@${opts.orgName}/${opts.projectName}`,
172
172
  rootDirectoryLevel: opts.rootDirectoryLevel,
173
173
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/webpack-config-epilot360",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.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": {