vite 2.7.0-beta.5 → 2.7.0-beta.6
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 +10 -0
- package/dist/node/chunks/{dep-6920cd01.js → dep-0183a921.js} +74 -59
- package/dist/node/chunks/dep-0183a921.js.map +1 -0
- package/dist/node/chunks/{dep-732fded6.js → dep-146e2d5f.js} +2 -2
- package/dist/node/chunks/{dep-732fded6.js.map → dep-146e2d5f.js.map} +1 -1
- package/dist/node/chunks/{dep-bc61ebc7.js → dep-1b2328e8.js} +3 -3
- package/dist/node/chunks/dep-1b2328e8.js.map +1 -0
- package/dist/node/chunks/{dep-0a2fa784.js → dep-48461e78.js} +2 -2
- package/dist/node/chunks/{dep-0a2fa784.js.map → dep-48461e78.js.map} +1 -1
- package/dist/node/cli.js +4 -4
- package/dist/node/index.d.ts +2 -2
- package/dist/node/index.js +1 -1
- package/dist/node/terser.js +186 -54
- package/package.json +5 -5
- package/dist/node/chunks/dep-6920cd01.js.map +0 -1
- package/dist/node/chunks/dep-bc61ebc7.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var build = require('./dep-
|
|
3
|
+
var build = require('./dep-0183a921.js');
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
for (var i = 0; i < m.length; i++) {
|
|
@@ -4854,7 +4854,7 @@ function stringifyDynamicPropNames(props) {
|
|
|
4854
4854
|
return propsNamesString + `]`;
|
|
4855
4855
|
}
|
|
4856
4856
|
function isComponentTag(tag) {
|
|
4857
|
-
return tag
|
|
4857
|
+
return tag === 'component' || tag === 'Component';
|
|
4858
4858
|
}
|
|
4859
4859
|
|
|
4860
4860
|
(process.env.NODE_ENV !== 'production')
|
|
@@ -8720,4 +8720,4 @@ var compilerDom_cjs$1 = /*#__PURE__*/_mergeNamespaces({
|
|
|
8720
8720
|
}, [compilerDom_cjs$2]);
|
|
8721
8721
|
|
|
8722
8722
|
exports.compilerDom_cjs = compilerDom_cjs$1;
|
|
8723
|
-
//# sourceMappingURL=dep-
|
|
8723
|
+
//# sourceMappingURL=dep-1b2328e8.js.map
|