@elliemae/pui-cli 7.26.2 → 7.26.3

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.
@@ -139,7 +139,9 @@ const devConfig = {
139
139
  devMiddleware: {
140
140
  publicPath: basePath
141
141
  },
142
- historyApiFallback: true,
142
+ historyApiFallback: {
143
+ index: `${basePath}index.html`
144
+ },
143
145
  hot: true,
144
146
  open: [basePath],
145
147
  port: process.env.PORT || "auto",
@@ -109,7 +109,9 @@ const devConfig = {
109
109
  devMiddleware: {
110
110
  publicPath: basePath
111
111
  },
112
- historyApiFallback: true,
112
+ historyApiFallback: {
113
+ index: `${basePath}index.html`
114
+ },
113
115
  hot: true,
114
116
  open: [basePath],
115
117
  port: process.env.PORT || "auto",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.26.2",
3
+ "version": "7.26.3",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",