Closed ravecat closed 5 years ago
In case ravecat's link wasn't specific enough to help people, my specific solution was to add my source module directory to the resolve options:
resolve({
customResolveOptions: {
moduleDirectory: 'src'
}
}),
In during assembly get errors/warnings
My config
How can resolve it?