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 6a07042 commit 071d0caCopy full SHA for 071d0ca
package.json
@@ -29,7 +29,7 @@
29
"lint:fix": "eslint --cache --max-warnings 0 --fix",
30
"ensure-linted": "eslint --max-warnings 0 .",
31
"semantic-release": "semantic-release",
32
- "build": "yarn run clean && rollup -c --configPlugin typescript",
+ "build": "yarn run clean && rollup -c --configPlugin 'typescript={target:`es6`}'",
33
"clean": "rimraf dist",
34
"prepare": "husky install"
35
},
0 commit comments