I am using [email protected] in a [email protected] to compile my js and scss assets and as the project grows, so does the compilation time each time I make a change, especially so because every time I make an scss change, it also compiles javascript and vice versa. Is there a built-in way to separate the two tasks?
I think you'd have to make a custom script in your package.json that would point to a separate webpack.config.js file, I'm not sure if there's another way to do it.
However, you'd see a huge performance increase if you bump up to mix 4.0, if you're able to I'd start there.