Closed andystevensname closed 7 years ago
So this particular error indicates a pretty deep and severe internal webpack issue. I'm not entirely sure why this is happening, and unfortunately don't have time to dig in and debug this week at all. You are welcome to dig into the core and get some more details if you want though! I have a full walkthough of the core code here, which should help if you're diving in 😁
Closing due to inactivity
This might be an odd ask. I'd like to symlink
outputDir
s into their own repos. Something like this:If I'm only pointing one of the stock configs'
outputDir
s, either app.js or app.production.js, to a symlink directory and have the other pointing at any other local directory, things work great. But if both of the outputDirs are symlink directories then an error gets thrown. Any idea why this might be the case?