We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb6b0c commit 9ca5c2aCopy full SHA for 9ca5c2a
README.md
@@ -60,7 +60,7 @@ export default defineConfig({
60
shared: ["vue"],
61
}),
62
],
63
- // Do you need to support different build targets?
+ // Do you need to support build targets lower than chrome89?
64
// You can use 'vite-plugin-top-level-await' plugin for that.
65
build: {
66
target: 'chrome89',
@@ -99,7 +99,7 @@ export default defineConfig({
99
100
101
102
103
104
105
0 commit comments