Skip to content

Commit

Permalink
Add babel-polyfill for older browser runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
devgeeks committed Mar 16, 2017
1 parent 0f154b1 commit 15b8a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/package.json
Expand Up @@ -17,6 +17,7 @@
"cordova-run-android": "npm run build && cordova run android"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"framework7": "^1.5.3",
"framework7-vue": "^0.8.5",
"vue": "^2.1.0",
Expand Down
1 change: 1 addition & 0 deletions template/src/main.js
@@ -1,6 +1,7 @@
/* global window document f7 */

import 'whatwg-fetch';
import 'babel-polyfill';

// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
Expand Down

0 comments on commit 15b8a7e

Please sign in to comment.