Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
fix library target #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Maulana committed Jun 6, 2017
1 parent 5f18b37 commit 3919655
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build/webpack.bundle.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ var webpackConfig = merge(baseWebpackConfig, {
output: {
path: config.build.assetsRoot,
filename: 'vue2-simplert.js',
library: 'Simplert',
libraryTarget: 'umd'
},
module: {
rules: utils.styleLoaders({
Expand Down
Loading

0 comments on commit 3919655

Please sign in to comment.