Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #97 from alleyinteractive/feature/html-plugin-hbs
Browse files Browse the repository at this point in the history
Switch to using handlebars for HTML webpack plugin template
  • Loading branch information
ostowe authored Jun 15, 2017
2 parents 3b5ff48 + 6002045 commit a6dd43e
Show file tree
Hide file tree
Showing 15 changed files with 970 additions and 775 deletions.
36 changes: 29 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
{
"presets": [
["env", {
"targets": {
"node": "6.5",
},
}]
],
"env": {
"cli": {
"presets": [
["env", {
"targets": {
"node": "6.5",
}
}]
]
},
"test": {
"presets": [
["env", {
"targets": {
"node": "6.5",
}
}]
]
},
"browser": {
"presets": [
["env", {
"targets": {
"browsers": "last 3 versions",
}
}]
]
}
}
}
Loading

0 comments on commit a6dd43e

Please sign in to comment.