Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
- upgrade laravel-mix to v2.0.0
- configure babel to use transform-runtime via .babelrc (fixes ie11 issues)
  • Loading branch information
lazabogdan committed Aug 18, 2018
1 parent 2b7016d commit 915a02e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"plugins": ["transform-runtime"],
"presets": [
["env", {
"targets": {
"ie": "11",
"browsers": ["last 2 versions"]
}
}]
]
}
Loading

0 comments on commit 915a02e

Please sign in to comment.