Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5b1b2d8

Browse files
committed
build(webpack): unset output libraryExport option
1 parent e3d5a00 commit 5b1b2d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const path = require('path')
55
const output = {
66
library: 'helpers',
77
libraryTarget: 'umd',
8-
libraryExport: 'default',
98
path: path.resolve(__dirname, 'dist'),
109
filename: 'admin-helpers.min.js',
1110
globalObject: 'this'

0 commit comments

Comments
 (0)