mirror of https://github.com/sgoudham/carbon.git
Make build work
parent
df98812783
commit
338e1553f9
@ -0,0 +1,8 @@
|
|||||||
|
module.exports = {
|
||||||
|
// TODO remove `next.configs.js` when this closes: https://github.com/zeit/next.js/issues/1195
|
||||||
|
webpack (cfg) {
|
||||||
|
cfg.plugins = cfg.plugins
|
||||||
|
.filter(plugin => (plugin.constructor.name !== 'UglifyJsPlugin'))
|
||||||
|
return cfg
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue