Skip to content

Commit 03bde07

Browse files
committed
Update to Vite 2.3.0, remove vite/dynamic-import-polyfill
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 5da7007 commit 03bde07

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

buildchain/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"autoprefixer": "^10.2.5",
1717
"postcss": "^8.2.12",
1818
"tailwindcss": "^2.1.2",
19-
"vite": "^2.2.3",
19+
"vite": "^2.3.0",
2020
"vite-plugin-restart": "0.0.2"
2121
},
2222
"scripts": {

buildchain/src/js/app.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Dynamic import polyfills for Vite
2-
import "vite/dynamic-import-polyfill";
31
// Import our CSS
42
import '@/css/app.pcss';
53

buildchain/src/js/welcome.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import App from '@/vue/App.vue';
22
import { createApp } from 'vue';
3-
import "vite/dynamic-import-polyfill";
43

54
// App main
65
const main = async () => {

0 commit comments

Comments
 (0)