Build browser bundle as UMD
This commit is contained in:
parent
add9ff886d
commit
d020bcdb74
File diff suppressed because one or more lines are too long
|
@ -48,7 +48,7 @@ module.exports = [
|
|||
main: ['babel-polyfill', './index.js'],
|
||||
},
|
||||
output: {
|
||||
libraryTarget: "var",
|
||||
libraryTarget: "umd",
|
||||
library: "landxml",
|
||||
},
|
||||
devtool: 'inline-source-map',
|
||||
|
|
Loading…
Reference in New Issue