Skip to content

Commit

Permalink
📦 Target node when bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurickh committed Nov 13, 2019
1 parent b9d8269 commit 9499029
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 @@ -20,7 +20,7 @@
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "microbundle",
"build": "microbundle --target node",
"start": "microbundle watch",
"ouxe": "babel-node --extensions '.ts' -- ./src/index.ts",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 9499029

Please sign in to comment.