Skip to content

Commit

Permalink
refactor: use rollup for build (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
forbesjo authored Mar 30, 2018
1 parent aab3b90 commit c28c25c
Show file tree
Hide file tree
Showing 34 changed files with 2,840 additions and 4,429 deletions.
15 changes: 10 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"presets": [["env", {
"targets": {
"browsers": ["last 2 versions", "ie 9-11"]
}
}]]
"presets": [
["env", {
"modules": false,
"exclude": ["transform-es2015-typeof-symbol"],
"targets": {
"browsers": ["last 2 versions", "ie 9-11"]
}
}]
],
"plugins": ["external-helpers"]
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ tmp
test/test-manifests.js
test/test-expected.js
coverage/

# this file is generated and shouldn't be checked in
src/decrypter-worker.worker.js
src/mse/transmuxer-worker.worker.js
Loading

0 comments on commit c28c25c

Please sign in to comment.