vite 2.6.0-beta.4 → 2.6.0
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 +4 -0
- package/dist/node/chunks/{dep-c4cf6e92.js → dep-3dfd7e9d.js} +2 -2
- package/dist/node/chunks/{dep-c4cf6e92.js.map → dep-3dfd7e9d.js.map} +1 -1
- package/dist/node/chunks/{dep-1e0a75a8.js → dep-634481ad.js} +2 -2
- package/dist/node/chunks/{dep-1e0a75a8.js.map → dep-634481ad.js.map} +1 -1
- package/dist/node/chunks/{dep-ba6b30a0.js → dep-a8e01c9f.js} +5 -5
- package/dist/node/chunks/{dep-ba6b30a0.js.map → dep-a8e01c9f.js.map} +1 -1
- package/dist/node/chunks/{dep-d574094c.js → dep-ef9ed964.js} +2 -2
- package/dist/node/chunks/{dep-d574094c.js.map → dep-ef9ed964.js.map} +1 -1
- package/dist/node/cli.js +4 -4
- package/dist/node/index.d.ts +1 -1
- package/dist/node/index.js +1 -1
- package/package.json +1 -1
|
@@ -34012,7 +34012,7 @@ async function compileCSS(id, code, config, urlReplacer, atImportResolvers, serv
|
|
|
34012
34012
|
replacer: urlReplacer
|
|
34013
34013
|
}));
|
|
34014
34014
|
if (isModule) {
|
|
34015
|
-
postcssPlugins.unshift((await Promise.resolve().then(function () { return require('./dep-
|
|
34015
|
+
postcssPlugins.unshift((await Promise.resolve().then(function () { return require('./dep-3dfd7e9d.js'); }).then(function (n) { return n.index; })).default({
|
|
34016
34016
|
...modulesOptions,
|
|
34017
34017
|
getJSON(cssFileName, _modules, outputFileName) {
|
|
34018
34018
|
modules = _modules;
|
|
@@ -34968,7 +34968,7 @@ const assetAttrsConfig = {
|
|
|
34968
34968
|
const isAsyncScriptMap = new WeakMap();
|
|
34969
34969
|
async function traverseHtml(html, filePath, visitor) {
|
|
34970
34970
|
// lazy load compiler
|
|
34971
|
-
const { parse, transform } = await Promise.resolve().then(function () { return require('./dep-
|
|
34971
|
+
const { parse, transform } = await Promise.resolve().then(function () { return require('./dep-634481ad.js'); }).then(function (n) { return n.compilerDom_cjs; });
|
|
34972
34972
|
// @vue/compiler-core doesn't like lowercase doctypes
|
|
34973
34973
|
html = html.replace(/<!doctype\s/i, '<!DOCTYPE ');
|
|
34974
34974
|
try {
|
|
@@ -57219,7 +57219,7 @@ function readFileIfExists(value) {
|
|
|
57219
57219
|
* https://github.com/webpack/webpack-dev-server/blob/master/LICENSE
|
|
57220
57220
|
*/
|
|
57221
57221
|
async function createCertificate() {
|
|
57222
|
-
const { generate } = await Promise.resolve().then(function () { return require('./dep-
|
|
57222
|
+
const { generate } = await Promise.resolve().then(function () { return require('./dep-ef9ed964.js'); }).then(function (n) { return n.index; });
|
|
57223
57223
|
const pems = generate(null, {
|
|
57224
57224
|
algorithm: 'sha256',
|
|
57225
57225
|
days: 30,
|
|
@@ -100112,7 +100112,7 @@ var compression$1 = compression$2.exports;
|
|
|
100112
100112
|
|
|
100113
100113
|
/**
|
|
100114
100114
|
* Starts the Vite server in preview mode, to simulate a production deployment
|
|
100115
|
-
* @param config - the
|
|
100115
|
+
* @param config - the resolved Vite config
|
|
100116
100116
|
* @param serverOptions - what host and port to use
|
|
100117
100117
|
* @experimental
|
|
100118
100118
|
*/
|
|
@@ -100183,4 +100183,4 @@ exports.send = send$1;
|
|
|
100183
100183
|
exports.sortUserPlugins = sortUserPlugins;
|
|
100184
100184
|
exports.source = source;
|
|
100185
100185
|
exports.transformWithEsbuild = transformWithEsbuild;
|
|
100186
|
-
//# sourceMappingURL=dep-
|
|
100186
|
+
//# sourceMappingURL=dep-a8e01c9f.js.map
|