Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = (options) => ({
|
|
...options,
|
|
externals: [],
|
|
output: {
|
|
...options.output,
|
|
libraryTarget: 'commonjs2',
|
|
},
|
|
});
|