Skip to content

Commit

Permalink
chore(packages): set build target to esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
lslzl3000 committed Nov 23, 2023
1 parent c6c5526 commit 7a32817
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/effect/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
}
},
build: {
target: 'esnext',
lib: {
entry: path.resolve('index.ts'),
name: 'Effect',
Expand Down
1 change: 1 addition & 0 deletions packages/particle/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
}
},
build: {
target: 'esnext',
lib: {
entry: path.resolve('index.ts'),
name: 'Particle',
Expand Down
1 change: 1 addition & 0 deletions packages/physics/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
}
},
build: {
target: 'esnext',
lib: {
entry: path.resolve('index.ts'),
name: 'Physics',
Expand Down
1 change: 1 addition & 0 deletions packages/stats/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
}
},
build: {
target: 'esnext',
lib: {
entry: path.resolve('index.ts'),
name: 'Stats',
Expand Down

0 comments on commit 7a32817

Please sign in to comment.