blob: c7bad73937a64f129094b6fe59055c6a3d6fd1ad [file]
module.exports = {
// indicate which modules should be treated as external
external: [
'long',
'protobufjs/minimal',
],
output: {globals: {long: 'Long', 'protobufjs/minimal': 'protobuf'}}
};