@vitejs/plugin-legacy 1.6.2 → 1.6.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.6.3](https://github.com/vitejs/vite/compare/plugin-legacy@1.6.2...plugin-legacy@1.6.3) (2021-11-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **build:** resolve `rollupOptions.input` paths ([#5601](https://github.com/vitejs/vite/issues/5601)) ([5b6b016](https://github.com/vitejs/vite/commit/5b6b01693720290e8998b2613f0dcb2d699ee84f))
7
+
8
+
9
+
1
10
  ## [1.6.2](https://github.com/vitejs/vite/compare/plugin-legacy@1.6.1...plugin-legacy@1.6.2) (2021-10-11)
2
11
 
3
12
 
package/index.js CHANGED
@@ -596,7 +596,7 @@ async function buildPolyfillChunk(
596
596
  bundle[polyfillChunk.name] = polyfillChunk
597
597
  }
598
598
 
599
- const polyfillId = 'vite/legacy-polyfills'
599
+ const polyfillId = '\0vite/legacy-polyfills'
600
600
 
601
601
  /**
602
602
  * @param {Set<string>} imports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitejs/plugin-legacy",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "license": "MIT",
5
5
  "author": "Evan You",
6
6
  "files": [
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
28
28
  "dependencies": {
29
- "@babel/standalone": "^7.15.7",
30
- "core-js": "^3.18.1",
29
+ "@babel/standalone": "^7.16.4",
30
+ "core-js": "^3.19.1",
31
31
  "magic-string": "^0.25.7",
32
32
  "regenerator-runtime": "^0.13.9",
33
- "systemjs": "^6.10.3"
33
+ "systemjs": "^6.11.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "vite": "^2.0.0"