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

@@ -13,7 +13,6 @@ module.exports = require('./make-webpack-config.js')({
entry: {
'swagger-ui-bundle': [
'babel-polyfill',
'./src/core/index.js'
]
},