@elliemae/pui-cli 8.53.2 → 8.53.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.
@@ -254,7 +254,7 @@ const baseConfig = (options) => ({
254
254
  type: "asset"
255
255
  },
256
256
  {
257
- test: /.html$/i,
257
+ test: /\.html$/i,
258
258
  resourceQuery: /resource/,
259
259
  type: "asset/resource",
260
260
  generator: {
@@ -228,7 +228,7 @@ const baseConfig = (options) => ({
228
228
  type: "asset"
229
229
  },
230
230
  {
231
- test: /.html$/i,
231
+ test: /\.html$/i,
232
232
  resourceQuery: /resource/,
233
233
  type: "asset/resource",
234
234
  generator: {