Open lostAlready opened 4 years ago
I am trying to override config.optimization but it doesn't seem to work. Is this supposed to work or there is another way to override? Thanks
This is what I have:
module.exports = override( config => ({ ...config, output: { ...config.output, globalObject: 'this', }, optimization: { ...config.optimization, moduleIds: 'hashed' } }));
Did you solve it?
+up
I am trying to override config.optimization but it doesn't seem to work. Is this supposed to work or there is another way to override? Thanks
This is what I have: