Skip to content

Commit 9ca5c2a

Browse files
committed
docs: improve README
1 parent 9fb6b0c commit 9ca5c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineConfig({
6060
shared: ["vue"],
6161
}),
6262
],
63-
// Do you need to support different build targets?
63+
// Do you need to support build targets lower than chrome89?
6464
// You can use 'vite-plugin-top-level-await' plugin for that.
6565
build: {
6666
target: 'chrome89',
@@ -99,7 +99,7 @@ export default defineConfig({
9999
shared: ["vue"],
100100
}),
101101
],
102-
// Do you need to support different build targets?
102+
// Do you need to support build targets lower than chrome89?
103103
// You can use 'vite-plugin-top-level-await' plugin for that.
104104
build: {
105105
target: 'chrome89',

0 commit comments

Comments
 (0)