Skip to content

Commit

Permalink
Update build browser to use webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
edi9999 committed Sep 16, 2017
1 parent f449943 commit 07a951c
Show file tree
Hide file tree
Showing 6 changed files with 946 additions and 93 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tags
/es6/tests/filenames.js
/build
/browser
/browser-demo
examples/index.html
*.es5
.babel.json
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ prof
profile_output_total.json
tags
/es6/tests/filenames.js
browser-demo/
1 change: 1 addition & 0 deletions es6/browser-versions/xmldom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = window;
Loading

0 comments on commit 07a951c

Please sign in to comment.