vite 3.2.3 → 4.0.0-alpha.1
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/node/chunks/{dep-9deb2354.js → dep-4ec4968a.js} +2 -2
- package/dist/node/chunks/{dep-7591464a.js → dep-6d760e82.js} +3 -3
- package/dist/node/chunks/{dep-51c4f80a.js → dep-7d777026.js} +256 -159
- package/dist/node/chunks/{dep-19c40c50.js → dep-adb60dd8.js} +0 -0
- package/dist/node/chunks/{dep-07a79996.js → dep-c423598f.js} +0 -0
- package/dist/node/cli.js +38 -8
- package/dist/node/constants.js +2 -2
- package/dist/node/index.d.ts +3 -0
- package/dist/node/index.js +1 -1
- package/dist/node-cjs/publicUtils.cjs +44 -54
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import require$$0 from 'path';
|
|
2
2
|
import resolve$2 from 'resolve';
|
|
3
3
|
import require$$0__default from 'fs';
|
|
4
|
-
import { l as lib } from './dep-
|
|
4
|
+
import { l as lib } from './dep-c423598f.js';
|
|
5
5
|
|
|
6
6
|
import { fileURLToPath as __cjs_fileURLToPath } from 'node:url';
|
|
7
7
|
import { dirname as __cjs_dirname } from 'node:path';
|
|
@@ -871,7 +871,7 @@ var postcssImport = AtImport;
|
|
|
871
871
|
|
|
872
872
|
var index = /*#__PURE__*/_mergeNamespaces({
|
|
873
873
|
__proto__: null,
|
|
874
|
-
|
|
874
|
+
default: postcssImport
|
|
875
875
|
}, [postcssImport]);
|
|
876
876
|
|
|
877
877
|
export { index as i };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import require$$0$1 from 'postcss';
|
|
2
|
-
import { A as commonjsGlobal } from './dep-
|
|
2
|
+
import { A as commonjsGlobal } from './dep-7d777026.js';
|
|
3
3
|
import require$$0 from 'path';
|
|
4
4
|
import require$$5 from 'crypto';
|
|
5
5
|
import require$$0__default from 'fs';
|
|
6
6
|
import require$$0$2 from 'util';
|
|
7
|
-
import { l as lib$1 } from './dep-
|
|
7
|
+
import { l as lib$1 } from './dep-c423598f.js';
|
|
8
8
|
|
|
9
9
|
import { fileURLToPath as __cjs_fileURLToPath } from 'node:url';
|
|
10
10
|
import { dirname as __cjs_dirname } from 'node:path';
|
|
@@ -7527,7 +7527,7 @@ var postcss = build.exports.postcss = true;
|
|
|
7527
7527
|
var index = /*#__PURE__*/_mergeNamespaces({
|
|
7528
7528
|
__proto__: null,
|
|
7529
7529
|
postcss: postcss,
|
|
7530
|
-
|
|
7530
|
+
default: build.exports
|
|
7531
7531
|
}, [build.exports]);
|
|
7532
7532
|
|
|
7533
7533
|
export { index as i };
|