@elliemae/pui-cli 7.0.0-beta.5 → 7.0.0-beta.6

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,6 @@ const htmlWebpackPlugin = new HtmlWebpackPlugin({
98
98
  template: !isAppLoaderEnabled()
99
99
  ? 'app/index.html'
100
100
  : 'app/index-app-loader.html',
101
- base: basePath,
102
101
  minify: {
103
102
  removeComments: true,
104
103
  collapseWhitespace: true,
@@ -113,6 +112,7 @@ const htmlWebpackPlugin = new HtmlWebpackPlugin({
113
112
  },
114
113
  emui: {
115
114
  appVersion: 'latest',
115
+ basePath,
116
116
  globalScriptPath,
117
117
  userMonScriptPath,
118
118
  appLoaderScriptPath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.0.0-beta.5",
3
+ "version": "7.0.0-beta.6",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,