From 649bbe2f060e2f7570d3cb3b466d446ed02183d6 Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Tue, 9 Jan 2024 15:15:33 -1000 Subject: [PATCH] update impl --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +};