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 a305def commit bea31eeCopy full SHA for bea31ee
vite.config.ts
@@ -16,7 +16,7 @@ export default defineConfig(({ mode }) => {
16
minify: !isCJSBuild,
17
sourcemap: true,
18
// UMD build should target the lowest level ES,
19
- // while CJS the lowest Node.js LTS compatible version (https://node.green/#ES2023)
+ // while CJS the lowest Node.js LTS/Maintenance compatible version (https://node.green/#ES2023)
20
target: isCJSBuild ? "es2023" : "es6",
21
lib: {
22
// leave out token export from UMD build
0 commit comments