Results 2 comments of Mauricio Vidulin

For anyone ending up here, the only thing that worked for me was adding this to main.js: ``` async webpackFinal(config) { config.module.rules.push({ resolve: { fullySpecified: false }, }) return config;...