mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
refactor(v4.0.0-alpha): beginning of a new era
This commit is contained in:
8
apps/server/webpack.config.js
Normal file
8
apps/server/webpack.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
const { composePlugins, withNx } = require("@nx/webpack");
|
||||
|
||||
// Nx plugins for webpack.
|
||||
module.exports = composePlugins(withNx(), (config) => {
|
||||
// Update the webpack config as needed here.
|
||||
// e.g. `config.plugins.push(new MyPlugin())`
|
||||
return config;
|
||||
});
|
||||
Reference in New Issue
Block a user