Common components refactor ()

This commit is contained in:
akinwale 2018-04-05 03:57:29 +01:00 committed by GitHub
commit 6418b5a9f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 7302 additions and 753 deletions

View file

@ -4,7 +4,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, 'build'),
filename: 'index.js',
libraryTarget: 'commonjs2'
libraryTarget: 'umd'
},
module: {
rules: [