1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-07 21:37:04 +09:00

add webpack umd library options

This commit is contained in:
Andrew Simachev 2020-06-22 16:22:28 +03:00
parent d5e424553a
commit 91cf23634f
No known key found for this signature in database
GPG key ID: B5561510A226A761

View file

@ -4,7 +4,10 @@ module.exports = {
mode: 'none',
output: {
path: path.resolve(__dirname, 'build/web/'),
filename: 'commands.pb.js'
filename: 'commands.js',
library: 'commands',
libraryTarget: 'umd',
globalObject: 'this',
},
optimization: {
minimize: false