Skip to content

Commit

Permalink
Merge pull request #3 from toish/esm
Browse files Browse the repository at this point in the history
Adding ESM module, switching to Rollup from webpack, thanks to @TehShrike
  • Loading branch information
Graham Pegg authored May 27, 2017
2 parents 257f7bb + 993e1ec commit 875b760
Show file tree
Hide file tree
Showing 7 changed files with 2,566 additions and 2,644 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"es2015",
{
"modules": false
}
]
],
"plugins": [
"external-helpers"
]
}
Loading

0 comments on commit 875b760

Please sign in to comment.