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