Skip to content

Commit 6d381c9

Browse files
committed
Export default for now
1 parent a2ec6b3 commit 6d381c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
filename: 'typographer.umd.js',
88
path: path.resolve(__dirname, 'dist'),
99
libraryTarget: 'umd',
10+
libraryExport: 'default',
1011
library: 'typographer'
1112
},
1213
plugins: [

0 commit comments

Comments
 (0)