Skip to content

Commit 071d0ca

Browse files
committed
chore: rollup configPlugin ts target es6
1 parent 6a07042 commit 071d0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint:fix": "eslint --cache --max-warnings 0 --fix",
3030
"ensure-linted": "eslint --max-warnings 0 .",
3131
"semantic-release": "semantic-release",
32-
"build": "yarn run clean && rollup -c --configPlugin typescript",
32+
"build": "yarn run clean && rollup -c --configPlugin 'typescript={target:`es6`}'",
3333
"clean": "rimraf dist",
3434
"prepare": "husky install"
3535
},

0 commit comments

Comments
 (0)