@umijs/bundler-vite 4.0.63 → 4.0.65
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/dist/build.js +0 -5
- package/package.json +3 -3
package/dist/build.js
CHANGED
|
@@ -97,11 +97,6 @@ async function build(opts) {
|
|
|
97
97
|
root: opts.cwd,
|
|
98
98
|
mode: import_types.Env.production,
|
|
99
99
|
build: {
|
|
100
|
-
// generate assets to publicPath dir
|
|
101
|
-
assetsDir: import_path.default.relative(
|
|
102
|
-
"/",
|
|
103
|
-
import_path.default.join("/", opts.config.publicPath || "")
|
|
104
|
-
),
|
|
105
100
|
rollupOptions: tmpHtmlEntry ? (
|
|
106
101
|
// first use entry from options
|
|
107
102
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-vite",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.65",
|
|
4
4
|
"description": "@umijs/bundler-vite",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-vite#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"postcss-preset-env": "7.5.0",
|
|
26
26
|
"rollup-plugin-visualizer": "5.9.0",
|
|
27
27
|
"vite": "4.2.0",
|
|
28
|
-
"@umijs/bundler-utils": "4.0.
|
|
29
|
-
"@umijs/utils": "4.0.
|
|
28
|
+
"@umijs/bundler-utils": "4.0.65",
|
|
29
|
+
"@umijs/utils": "4.0.65"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/caniuse-lite": "1.0.1",
|