Replace babel-polyfill with runtime transform

This commit is contained in:
Josh Ponelat
2017-04-19 11:18:30 +02:00
committed by Josh Ponelat
parent 00745bca38
commit 4a6716ffed
7 changed files with 15 additions and 18 deletions

View File

@@ -10,9 +10,7 @@ module.exports = require("./make-webpack-config")({
devtool: "eval",
entry: {
'swagger-ui-bundle': [
'webpack/hot/dev-server',
'babel-polyfill',
'./src/core/index.js',
'./src/core/index.js'
],
'swagger-ui-standalone-preset': [
'webpack/hot/dev-server',