vite 2.5.8 → 2.5.9
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 +9 -0
- package/dist/node/chunks/{dep-874085d4.js → dep-05fcddd5.js} +55 -36
- package/dist/node/chunks/{dep-874085d4.js.map → dep-05fcddd5.js.map} +1 -1
- package/dist/node/chunks/{dep-3536ae33.js → dep-499befab.js} +2 -2
- package/dist/node/chunks/{dep-3536ae33.js.map → dep-499befab.js.map} +1 -1
- package/dist/node/chunks/{dep-3ec0104c.js → dep-58243dfd.js} +2 -2
- package/dist/node/chunks/{dep-3ec0104c.js.map → dep-58243dfd.js.map} +1 -1
- package/dist/node/chunks/{dep-713b08c9.js → dep-fcb82982.js} +2 -2
- package/dist/node/chunks/{dep-713b08c9.js.map → dep-fcb82982.js.map} +1 -1
- package/dist/node/cli.js +4 -4
- package/dist/node/index.d.ts +10 -4
- package/dist/node/index.js +2 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +1 -1
- package/src/node/index.ts +2 -0
- package/src/node/plugins/esbuild.ts +51 -33
- package/src/node/server/index.ts +2 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var require$$0 = require('postcss');
|
|
4
|
-
var build$2 = require('./dep-
|
|
4
|
+
var build$2 = require('./dep-05fcddd5.js');
|
|
5
5
|
var path$4 = require('path');
|
|
6
6
|
var require$$1 = require('crypto');
|
|
7
7
|
var fs = require('fs');
|
|
@@ -11388,4 +11388,4 @@ var index = /*#__PURE__*/Object.assign(/*#__PURE__*/Object.create(null), build$1
|
|
|
11388
11388
|
});
|
|
11389
11389
|
|
|
11390
11390
|
exports.index = index;
|
|
11391
|
-
//# sourceMappingURL=dep-
|
|
11391
|
+
//# sourceMappingURL=dep-58243dfd.js.map
|