@elliemae/pui-cli 8.53.0 → 8.53.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.
|
@@ -258,7 +258,7 @@ const baseConfig = (options) => ({
|
|
|
258
258
|
resourceQuery: /resource/,
|
|
259
259
|
type: "asset/resource",
|
|
260
260
|
generator: {
|
|
261
|
-
filename: "latest/[name].[
|
|
261
|
+
filename: "latest/[name].[ext]"
|
|
262
262
|
},
|
|
263
263
|
exclude: (0, import_helpers.excludeNodeModulesExcept)(import_helpers.modulesToTranspile)
|
|
264
264
|
},
|
|
@@ -231,7 +231,7 @@ const baseConfig = (options) => ({
|
|
|
231
231
|
resourceQuery: /resource/,
|
|
232
232
|
type: "asset/resource",
|
|
233
233
|
generator: {
|
|
234
|
-
filename: "latest/[name].[
|
|
234
|
+
filename: "latest/[name].[ext]"
|
|
235
235
|
},
|
|
236
236
|
exclude: excludeNodeModulesExcept(modulesToTranspile)
|
|
237
237
|
},
|