diff --git a/src/index.js b/src/index.js index 385968c..ca6d4ee 100644 --- a/src/index.js +++ b/src/index.js @@ -15,3 +15,5 @@ import WebpackBundler from './WebpackBundler.js'; export const plugins = [ WebpackBundler, ]; + +export { WebpackBundler };