fix ie 11 rendering (#9713)

This commit is contained in:
Matteo Pagliazzi
2017-12-13 20:51:04 +01:00
committed by Keith Holliday
parent 1ef62d1b66
commit 899452279b
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const IS_PROD = process.env.NODE_ENV === 'production';
const baseConfig = {
entry: {
app: './website/client/main.js',
app: ['babel-polyfill', './website/client/main.js'],
},
output: {
path: config.build.assetsRoot,
-4
View File
@@ -1,7 +1,3 @@
// TODO verify if it's needed, added because Axios require Promise in the global scope
// and babel-runtime doesn't affect external libraries
require('babel-polyfill');
import Vue from 'vue';
import AppComponent from './app';
import {