chore: whitelist uuid
This commit is contained in:
parent
c79a587151
commit
af2d0d5185
|
@ -74,7 +74,10 @@ module.exports = {
|
|||
.use('babel')
|
||||
.get('options');
|
||||
options.presets[0][1].targets = {esmodules: true};
|
||||
neutrino.config.externals(nodeExternals({importType: 'umd'}));
|
||||
neutrino.config.externals(nodeExternals({
|
||||
allowlist: ['uuid'],
|
||||
importType: 'umd',
|
||||
}));
|
||||
},
|
||||
mocha(),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user