Webpack config adjustment

This commit is contained in:
Francisco Hodge
2018-06-08 10:15:21 -04:00
parent 1aafdeee0a
commit 71136a0d5e
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ module.exports = {
// CRL: Updated whole block with library specific info
path: paths.appBuild,
filename: 'index.js',
libraryTarget: 'umd'
libraryTarget: 'umd',
library: 'SimpleKeyboard'
},
resolve: {
// This allows you to set a fallback for where Webpack should look for modules.