From 18a8b13407d68b376f54e18e455bedb926cfec5d Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Fri, 26 Jan 2018 07:39:49 -0700 Subject: [PATCH] fix(umd): Use UMD as lib target --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 1891b64ca50..fa20c563ba0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -13,6 +13,7 @@ module.exports = { output: { path: outputPath, filename: 'vtk.js', + libraryTarget: 'umd', }, module: { rules: [