vite 2.6.0-beta.3 → 2.6.0-beta.4
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/LICENSE.md +0 -7
- package/dist/node/chunks/dep-1e0a75a8.js +8734 -0
- package/dist/node/chunks/dep-1e0a75a8.js.map +1 -0
- package/dist/node/chunks/{dep-2f27bfba.js → dep-ba6b30a0.js} +27 -21
- package/dist/node/chunks/{dep-2f27bfba.js.map → dep-ba6b30a0.js.map} +1 -1
- package/dist/node/chunks/{dep-5375df11.js → dep-c4cf6e92.js} +2 -2
- package/dist/node/chunks/{dep-5375df11.js.map → dep-c4cf6e92.js.map} +1 -1
- package/dist/node/chunks/{dep-ff36f4f1.js → dep-d574094c.js} +2 -2
- package/dist/node/chunks/{dep-ff36f4f1.js.map → dep-d574094c.js.map} +1 -1
- package/dist/node/chunks/{dep-3d7b2eed.js → dep-e39b05d6.js} +1 -1
- package/dist/node/chunks/{dep-3d7b2eed.js.map → dep-e39b05d6.js.map} +1 -1
- package/dist/node/cli.js +5 -5
- package/dist/node/cli.js.map +1 -1
- package/dist/node/index.js +1 -1
- package/package.json +3 -3
- package/dist/node/chunks/dep-84e8737f.js +0 -23447
- package/dist/node/chunks/dep-84e8737f.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# [2.6.0-beta.4](https://github.com/vitejs/vite/compare/v2.6.0-beta.3...v2.6.0-beta.4) (2021-09-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* don't overwrite default options unless given new value ([#5111](https://github.com/vitejs/vite/issues/5111)) ([4d72b40](https://github.com/vitejs/vite/commit/4d72b403e474ce468d95cc1ef95fdfbec625eb6d))
|
|
7
|
+
* use global location for import.meta.url rewrite (fix [#5087](https://github.com/vitejs/vite/issues/5087)) ([#5113](https://github.com/vitejs/vite/issues/5113)) ([0b54853](https://github.com/vitejs/vite/commit/0b54853ad8f62edef7815808bb8d5f8638bee0cb))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
# [2.6.0-beta.3](https://github.com/vitejs/vite/compare/v2.6.0-beta.2...v2.6.0-beta.3) (2021-09-27)
|
|
2
12
|
|
|
3
13
|
|
package/LICENSE.md
CHANGED
|
@@ -237,13 +237,6 @@ Repository: git+https://github.com/ampproject/remapping.git
|
|
|
237
237
|
|
|
238
238
|
---------------------------------------
|
|
239
239
|
|
|
240
|
-
## @babel/parser
|
|
241
|
-
License: MIT
|
|
242
|
-
By: The Babel Team
|
|
243
|
-
Repository: https://github.com/babel/babel.git
|
|
244
|
-
|
|
245
|
-
---------------------------------------
|
|
246
|
-
|
|
247
240
|
## @cspotcode/source-map-consumer
|
|
248
241
|
License: BSD-3-Clause
|
|
249
242
|
By: Andrew Bradley, Nick Fitzgerald, Tobias Koppers, Duncan Beevers, Stephen Crane, Ryan Seddon, Miles Elam, Mihai Bazon, Michael Ficarra, Todd Wolfson, Alexander Solovyov, Felix Gnass, Conrad Irwin, usrbincc, David Glasser, Chase Douglas, Evan Wallace, Heather Arthur, Hugh Kennedy, Simon Lydell, Jmeas Smith, Michael Z Goddard, azu, John Gozde, Adam Kirkton, Chris Montgomery, J. Ryan Stinnett, Jack Herrington, Chris Truter, Daniel Espeset, Jamie Wong, Eddy Bruël, Hawken Rives, Gilad Peleg, djchie, Gary Ye, Nicolas Lalevée
|