@ -79,5 +79,9 @@ module.exports = composePlugins(withNx(), (config) => {
new CssMinimizerPlugin(),
];
config.watchOptions = {
ignored: /node_modules/
}
return config;
});
@ -78,5 +78,9 @@ module.exports = composePlugins(withNx(), (config) => {
@ -17,5 +17,9 @@ module.exports = composePlugins(withNx(), (config) => {
config.ignoreWarnings = [/Failed to parse source map/] // ignore source-map-loader warnings
@ -96,5 +96,9 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
@ -89,5 +89,9 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {