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 417ad42 commit e5d9e60Copy full SHA for e5d9e60
{{cookiecutter.github_project_name}}/webpack.config.js
@@ -67,6 +67,7 @@ module.exports = [
67
filename: 'index.js',
68
path: path.resolve(__dirname, 'dist'),
69
libraryTarget: 'amd',
70
+ library: "{{ cookiecutter.npm_package_name }}",
71
publicPath: 'https://unpkg.com/{{ cookiecutter.npm_package_name }}@' + version + '/dist/'
72
},
73
devtool: 'source-map',
0 commit comments