Skip to content

Commit

Permalink
fix(umd): Use UMD as lib target
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 26, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3ba579e commit 18a8b13
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
@@ -13,6 +13,7 @@ module.exports = {
output: {
path: outputPath,
filename: 'vtk.js',
libraryTarget: 'umd',
},
module: {
rules: [

0 comments on commit 18a8b13

Please sign in to comment.