Skip to content

Commit 6d25aeb

Browse files
committed
feat: target esnext
1 parent 9eb243f commit 6d25aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default function UserscriptPlugin(
5454
config() {
5555
return {
5656
build: {
57+
target: 'esnext',
5758
minify: false,
5859
lib: {
5960
entry: config.entry,

0 commit comments

Comments
 (0)