@elliemae/pui-cli 8.54.7 → 8.54.12

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.
@@ -260,7 +260,7 @@ const baseConfig = (options) => ({
260
260
  resourceQuery: /resource/,
261
261
  type: "asset/resource",
262
262
  generator: {
263
- filename: "latest/[name].[ext]"
263
+ filename: "latest/[name][ext]"
264
264
  },
265
265
  exclude: import_helpers.htmlFilesToExclude
266
266
  },
@@ -269,7 +269,7 @@ const baseConfig = (options) => ({
269
269
  resourceQuery: /resource/,
270
270
  type: "asset/resource",
271
271
  generator: {
272
- filename: "latest/[name].[ext]"
272
+ filename: "latest/[name][ext]"
273
273
  },
274
274
  exclude: (0, import_helpers.excludeNodeModulesExcept)(import_helpers.modulesToTranspile)
275
275
  },
@@ -278,7 +278,7 @@ const baseConfig = (options) => ({
278
278
  resourceQuery: /resource/,
279
279
  type: "asset/resource",
280
280
  generator: {
281
- filename: "latest/assets/[name].[ext]"
281
+ filename: "latest/assets/[name][ext]"
282
282
  },
283
283
  exclude: (0, import_helpers.excludeNodeModulesExcept)(import_helpers.modulesToTranspile)
284
284
  },
@@ -234,7 +234,7 @@ const baseConfig = (options) => ({
234
234
  resourceQuery: /resource/,
235
235
  type: "asset/resource",
236
236
  generator: {
237
- filename: "latest/[name].[ext]"
237
+ filename: "latest/[name][ext]"
238
238
  },
239
239
  exclude: htmlFilesToExclude
240
240
  },
@@ -243,7 +243,7 @@ const baseConfig = (options) => ({
243
243
  resourceQuery: /resource/,
244
244
  type: "asset/resource",
245
245
  generator: {
246
- filename: "latest/[name].[ext]"
246
+ filename: "latest/[name][ext]"
247
247
  },
248
248
  exclude: excludeNodeModulesExcept(modulesToTranspile)
249
249
  },
@@ -252,7 +252,7 @@ const baseConfig = (options) => ({
252
252
  resourceQuery: /resource/,
253
253
  type: "asset/resource",
254
254
  generator: {
255
- filename: "latest/assets/[name].[ext]"
255
+ filename: "latest/assets/[name][ext]"
256
256
  },
257
257
  exclude: excludeNodeModulesExcept(modulesToTranspile)
258
258
  },