vite 2.7.9 → 2.7.13
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 +45 -0
- package/dist/node/chunks/{dep-0cbbc772.js → dep-4e5ae969.js} +2 -2
- package/dist/node/chunks/{dep-0cbbc772.js.map → dep-4e5ae969.js.map} +1 -1
- package/dist/node/chunks/{dep-37807119.js → dep-61b103b4.js} +2 -2
- package/dist/node/chunks/{dep-37807119.js.map → dep-61b103b4.js.map} +1 -1
- package/dist/node/chunks/{dep-6e9ef787.js → dep-9fc73d70.js} +2 -2
- package/dist/node/chunks/{dep-6e9ef787.js.map → dep-9fc73d70.js.map} +1 -1
- package/dist/node/chunks/{dep-4b9dfa16.js → dep-f5552faa.js} +109 -77
- package/dist/node/chunks/{dep-4b9dfa16.js.map → dep-f5552faa.js.map} +1 -1
- package/dist/node/cli.js +4 -4
- package/dist/node/index.d.ts +7 -0
- package/dist/node/index.js +1 -1
- package/dist/node/server/index.d.ts +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
|
1
|
+
## [2.7.13](https://github.com/vitejs/vite/compare/v2.7.12...v2.7.13) (2022-01-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **ssr:** fix resolution for nested ssr externals ([#6080](https://github.com/vitejs/vite/issues/6080)) ([#6470](https://github.com/vitejs/vite/issues/6470)) ([ed33f2a](https://github.com/vitejs/vite/commit/ed33f2ac16c5e1b13a43764c80da3e308007c095))
|
|
7
|
+
* **ssr:** should correctly transfrom identifier in ssr ([#6548](https://github.com/vitejs/vite/issues/6548)) ([589a456](https://github.com/vitejs/vite/commit/589a45699f93e34318600eac4f502a7955dcacaa))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [2.7.12](https://github.com/vitejs/vite/compare/v2.7.11...v2.7.12) (2022-01-13)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **config:** merge array correctly ([#6499](https://github.com/vitejs/vite/issues/6499)) ([8863fa2](https://github.com/vitejs/vite/commit/8863fa2cc455641c297ff6742b9b757959b7a811))
|
|
17
|
+
* improve alias merging ([#6497](https://github.com/vitejs/vite/issues/6497)) ([23ec29d](https://github.com/vitejs/vite/commit/23ec29d7ce56e79213f42ceb9313e49002a2664a))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [2.7.11](https://github.com/vitejs/vite/compare/v2.7.10...v2.7.11) (2022-01-13)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* improve array config merging ([#6344](https://github.com/vitejs/vite/issues/6344)) ([631bf45](https://github.com/vitejs/vite/commit/631bf450065a1b5b1d1792a283a9e107b2ca08b2))
|
|
27
|
+
* **ssr:** handle nameless descture in function args ([#6489](https://github.com/vitejs/vite/issues/6489)) ([dd4c111](https://github.com/vitejs/vite/commit/dd4c111458f628a1e356e5e04b9c8e46d559ce1d))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [2.7.10](https://github.com/vitejs/vite/compare/v2.7.9...v2.7.10) (2021-12-30)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **ssr:** move `vite:ssr-require-hook` after user plugins ([#6306](https://github.com/vitejs/vite/issues/6306)) ([9ccad0e](https://github.com/vitejs/vite/commit/9ccad0ea2a16d67d49823447b72a0ddced6da699))
|
|
37
|
+
* use `hires: true` for SSR require hook source map ([#6310](https://github.com/vitejs/vite/issues/6310)) ([6231f9f](https://github.com/vitejs/vite/commit/6231f9f871b43859022768de8a30d1fac4df2bc3))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* option to disable pre-transform ([#6309](https://github.com/vitejs/vite/issues/6309)) ([c338501](https://github.com/vitejs/vite/commit/c338501bcdbf38f5fcf4a15bbac44c4c1d827ca8))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
1
46
|
## [2.7.9](https://github.com/vitejs/vite/compare/v2.7.8...v2.7.9) (2021-12-28)
|
|
2
47
|
|
|
3
48
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var build = require('./dep-
|
|
3
|
+
var build = require('./dep-f5552faa.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-4e5ae969.js.map
|