DouglasCalora
DouglasCalora
Updates??
The problem happens with webpack as well
same issue here!!
I have the same issue, any news?
I'm using app-webpack 4.2.0
@Marimoiro @Qualzz did you fixed it guys?
I fixed it, changed it from: ```js const { default: asteroidConfigFile } = await import(asteroidConfigPath) ``` To: ```js import { pathToFileURL } from 'url' const { default: asteroidConfigFile } =...