vite 2.7.4 → 2.7.5
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.
Potentially problematic release.
This version of vite might be problematic. Click here for more details.
- package/CHANGELOG.md +13 -1
- package/dist/client/client.mjs +1 -1
- package/dist/client/client.mjs.map +1 -1
- package/dist/node/chunks/{dep-fd7e14cf.js → dep-05f535a1.js} +2 -2
- package/dist/node/chunks/{dep-fd7e14cf.js.map → dep-05f535a1.js.map} +1 -1
- package/dist/node/chunks/{dep-ef3cdce0.js → dep-4b67bc15.js} +2 -2
- package/dist/node/chunks/{dep-ef3cdce0.js.map → dep-4b67bc15.js.map} +1 -1
- package/dist/node/chunks/{dep-a89a79de.js → dep-bab9c4d6.js} +2 -2
- package/dist/node/chunks/{dep-a89a79de.js.map → dep-bab9c4d6.js.map} +1 -1
- package/dist/node/chunks/{dep-cb6d7f22.js → dep-bc5f477e.js} +11 -6
- package/dist/node/chunks/{dep-cb6d7f22.js.map → dep-bc5f477e.js.map} +1 -1
- package/dist/node/cli.js +4 -4
- package/dist/node/index.js +1 -1
- package/package.json +1 -1
- package/src/client/client.ts +1 -1
- package/types/importMeta.d.ts +19 -12
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var build = require('./dep-
|
|
3
|
+
var build = require('./dep-bc5f477e.js');
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
for (var i = 0; i < m.length; i++) {
|
|
@@ -8738,4 +8738,4 @@ var compilerDom_cjs$1 = /*#__PURE__*/_mergeNamespaces({
|
|
|
8738
8738
|
}, [compilerDom_cjs$2]);
|
|
8739
8739
|
|
|
8740
8740
|
exports.compilerDom_cjs = compilerDom_cjs$1;
|
|
8741
|
-
//# sourceMappingURL=dep-
|
|
8741
|
+
//# sourceMappingURL=dep-4b67bc15.js.map
|