Skip to content

Commit

Permalink
Merge pull request #537 from Kitware/target-umd
Browse files Browse the repository at this point in the history
fix(umd): Use UMD as lib target
  • Loading branch information
jourdain authored Jan 26, 2018
2 parents 3ba579e + 18a8b13 commit 42aa53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
output: {
path: outputPath,
filename: 'vtk.js',
libraryTarget: 'umd',
},
module: {
rules: [
Expand Down

0 comments on commit 42aa53f

Please sign in to comment.