mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 8 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||||
|
const { composePlugins, withNx } = require('@nx/webpack'); |
||||
|
|
||||
|
module.exports = composePlugins(withNx(), (config, { options, context }) => { |
||||
|
// Customize webpack config here
|
||||
|
return config; |
||||
|
}); |
Loading…
Reference in new issue