diff --git a/webpack.config.js b/webpack.config.js index 6d72c663a..3525768c9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -13,7 +13,6 @@ module.exports = { library: { name: 'AsyncAPIParser', type: 'umd', - export: 'default', }, }, @@ -46,4 +45,4 @@ module.exports = { */ // (require('webpack-bundle-analyzer').BundleAnalyzerPlugin()), ], -}; \ No newline at end of file +};