Skip to content

Commit bea31ee

Browse files
flevi29Strift
authored andcommitted
Update vite.config.ts
1 parent a305def commit bea31ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig(({ mode }) => {
1616
minify: !isCJSBuild,
1717
sourcemap: true,
1818
// UMD build should target the lowest level ES,
19-
// while CJS the lowest Node.js LTS compatible version (https://node.green/#ES2023)
19+
// while CJS the lowest Node.js LTS/Maintenance compatible version (https://node.green/#ES2023)
2020
target: isCJSBuild ? "es2023" : "es6",
2121
lib: {
2222
// leave out token export from UMD build

0 commit comments

Comments
 (0)