Export as a library
This commit is contained in:
@ -5,7 +5,8 @@ module.exports = {
|
||||
|
||||
output: {
|
||||
path: path.resolve('build'),
|
||||
filename: 'index.js'
|
||||
filename: 'index.js',
|
||||
library: true
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
Reference in New Issue
Block a user