Adding babel polyfil
Showing
| ... | ... | @@ -10,6 +10,7 @@ |
| "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | ||
| }, | ||
| "devDependencies": { | ||
| "babel-polyfill": "^6.26.0", | ||
| "bootstrap-sass": "^3.3.7", | ||
| "cross-env": "^5.0.1", | ||
| "eslint": "^4.8.0", | ||
| ... | ... |
Please register or sign in to comment