@nocobase/build 2.1.0-beta.13 → 2.1.0-beta.14
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/lib/buildPlugin.js +1 -1
- package/package.json +2 -2
package/lib/buildPlugin.js
CHANGED
|
@@ -504,7 +504,7 @@ async function buildPluginClient(cwd, userConfig, sourcemap, log, isCommercial =
|
|
|
504
504
|
output: {
|
|
505
505
|
path: outDir,
|
|
506
506
|
filename: outputFileName,
|
|
507
|
-
chunkFilename: "[
|
|
507
|
+
chunkFilename: "[name].[contenthash].js",
|
|
508
508
|
publicPath: `auto`,
|
|
509
509
|
// will be generated by the custom plugin
|
|
510
510
|
clean: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/build",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.14",
|
|
4
4
|
"description": "Library build tool based on rollup.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"build": "tsup",
|
|
52
52
|
"build:watch": "tsup --watch"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "cd55c9a14596d834c30c83a82c38f1f719f7aac4"
|
|
55
55
|
}
|