We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64c0e4 commit 0fd9964Copy full SHA for 0fd9964
1 file changed
webpack.config.js
@@ -14,6 +14,8 @@ module.exports = {
14
filename: '[name].js',
15
path: path.resolve(__dirname, 'dist'),
16
devtoolModuleFilenameTemplate: '[absolute-resource-path]',
17
+ library: 'library',
18
+ libraryTarget: 'umd',
19
},
20
resolve: {
21
extensions: ['.ts']
0 commit comments