Skip to content

Commit

Permalink
Work around issue with typeof in commonjs output
Browse files Browse the repository at this point in the history
  • Loading branch information
arv committed May 24, 2016
1 parent cb33045 commit 3e8bcfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ updateSemver: # unless the package.json has been manually edited.
git diff --quiet -- package.json && node build/incrementSemver.js

dist/commonjs: bin/traceur.js
./traceur --dir src/ dist/commonjs/ --modules=commonjs --import-runtime
./traceur --dir src/ dist/commonjs/ --modules=commonjs --import-runtime \
--symbols=false

prepublish: bin/traceur.js bin/traceur-runtime.js dist/commonjs/

Expand Down

0 comments on commit 3e8bcfa

Please sign in to comment.