@jsenv/core 25.0.0-alpha.4 → 25.0.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "25.0.0-alpha.4",
3
+ "version": "25.0.0",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -133,7 +133,7 @@ const getFilenamePattern = ({
133
133
  }
134
134
 
135
135
  if (ressource.isJsModule) {
136
- return "[name]_[hash][extname]"
136
+ return "[name]_[hash].js"
137
137
  }
138
138
 
139
139
  return ressource.urlVersioningDisabled