Skip to content

Commit

Permalink
feat: use --experimental-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeansanchez committed Dec 8, 2020
1 parent 1266c1a commit 4c9735d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "mocha test/ --require @babel/register",
"test": "mocha test/ --require @babel/register --experimental-modules",
"pretest": "npm run build"
},
"files": [
Expand Down

0 comments on commit 4c9735d

Please sign in to comment.