We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ec6b3 commit 6d381c9Copy full SHA for 6d381c9
webpack.config.js
@@ -7,6 +7,7 @@ module.exports = {
7
filename: 'typographer.umd.js',
8
path: path.resolve(__dirname, 'dist'),
9
libraryTarget: 'umd',
10
+ libraryExport: 'default',
11
library: 'typographer'
12
},
13
plugins: [
0 commit comments