Skip to content
Snippets Groups Projects

Resolve "Menu doesn't work with react"

Merged Frank Sauerburger requested to merge 29-menu-doesn-t-work-with-react into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -20,7 +20,7 @@ module.exports = {
// Options similar to the same options in webpackOptions.output
// all options are optional
filename: '[name].css',
chunkFilename: '[id].css',
chunkFilename: '[name].css',
ignoreOrder: false, // Enable to remove warnings about conflicting order
}),
],
Loading