fix ie 11 rendering (#9713)
This commit is contained in:
committed by
Keith Holliday
parent
1ef62d1b66
commit
899452279b
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user