Add babel-polyfill for older IE support (ping #2762)

This commit is contained in:
Kyle Shockey
2017-03-23 17:54:17 -07:00
parent f6535911e6
commit f1be25b258
7 changed files with 14 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ module.exports = require("./make-webpack-config")({
devtool: "eval",
entry: {
'SwaggerUIBundle': [
'babel-polyfill',
'./src/core/index.js'
],
'SwaggerUIStandalonePreset': [