Comparing version 2.0.0-beta.19 to 2.0.0-beta.20
@@ -0,1 +1,17 @@ | ||
# [2.0.0-beta.20](https://github.com/vitejs/vite/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2021-01-11) | ||
### Bug Fixes | ||
* **optimizer:** exclude should not be resolve ([#1469](https://github.com/vitejs/vite/issues/1469)) ([f8c34ee](https://github.com/vitejs/vite/commit/f8c34eeb89e327f484293f3156119ba6d14f6aee)) | ||
* **resolve:** heuristics for browser vs. module field ([1865e6e](https://github.com/vitejs/vite/commit/1865e6ee4c3e07c0f4a199c1ba7e1c1c4f68862f)), closes [#1467](https://github.com/vitejs/vite/issues/1467) | ||
### Features | ||
* allow passing options to rollup commonjs plugin via build.commonjsOptions ([6ed8e28](https://github.com/vitejs/vite/commit/6ed8e286f149f9474e0fc624110de5f787551d62)), closes [#1460](https://github.com/vitejs/vite/issues/1460) | ||
* async chunk loading optimizations ([e6f7fba](https://github.com/vitejs/vite/commit/e6f7fbad75c1b406b9a95060c5d2a42d3a8994a8)) | ||
# [2.0.0-beta.19](https://github.com/vitejs/vite/compare/v2.0.0-beta.18...v2.0.0-beta.19) (2021-01-10) | ||
@@ -2,0 +18,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
require('path'); | ||
var build = require('./chunks/dep-0071bc7e.js'); | ||
var build = require('./chunks/dep-3d0f2228.js'); | ||
require('tty'); | ||
@@ -679,3 +679,3 @@ require('util'); | ||
// is ok here | ||
const { createServer } = await Promise.resolve().then(function () { return require('./chunks/dep-0071bc7e.js'); }).then(function (n) { return n.index$1; }); | ||
const { createServer } = await Promise.resolve().then(function () { return require('./chunks/dep-3d0f2228.js'); }).then(function (n) { return n.index$1; }); | ||
try { | ||
@@ -712,3 +712,3 @@ const server = await createServer({ | ||
.action(async (root, options) => { | ||
const { build: build$1 } = await Promise.resolve().then(function () { return require('./chunks/dep-0071bc7e.js'); }).then(function (n) { return n.build$1; }); | ||
const { build: build$1 } = await Promise.resolve().then(function () { return require('./chunks/dep-3d0f2228.js'); }).then(function (n) { return n.build$1; }); | ||
try { | ||
@@ -734,3 +734,3 @@ await build$1({ | ||
.action(async (root, options) => { | ||
const { optimizeDeps } = await Promise.resolve().then(function () { return require('./chunks/dep-0071bc7e.js'); }).then(function (n) { return n.index; }); | ||
const { optimizeDeps } = await Promise.resolve().then(function () { return require('./chunks/dep-3d0f2228.js'); }).then(function (n) { return n.index; }); | ||
try { | ||
@@ -737,0 +737,0 @@ const config = await build.resolveConfig({ |
@@ -8,3 +8,3 @@ 'use strict'; | ||
require('path'); | ||
var build = require('./chunks/dep-0071bc7e.js'); | ||
var build = require('./chunks/dep-3d0f2228.js'); | ||
require('tty'); | ||
@@ -11,0 +11,0 @@ require('util'); |
{ | ||
"name": "vite", | ||
"version": "2.0.0-beta.19", | ||
"version": "2.0.0-beta.20", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Evan You", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5221658
146905