Skip to content

Commit

Permalink
Merge pull request #22 from francoischalifour/tooling/rollup-migration
Browse files Browse the repository at this point in the history
Migrate from Webpack to Rollup
  • Loading branch information
francoischalifour committed Oct 1, 2017
2 parents 1db9607 + 29e4754 commit 389054e
Show file tree
Hide file tree
Showing 5 changed files with 1,182 additions and 2,323 deletions.
22 changes: 22 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"env": {
"build": {
"presets": [
[
"env",
{
"modules": false
}
]
],
"plugins": [
"external-helpers"
]
},
"test": {
"presets": [
"env"
]
}
}
}
Loading

0 comments on commit 389054e

Please sign in to comment.