Is it normal that in console.log after run webpack-bundle-analyzer, I see error:
Error parsing bundle asset "C:\Projects\re\dist\apps\cart\remoteEntry.js": Cannot use 'import.meta' outside a module (1:2374)
I create app with module federation. In my webpack config I have:
output: {
scriptType: 'module'
}
Is it normal that in console.log after run webpack-bundle-analyzer, I see error: Error parsing bundle asset "C:\Projects\re\dist\apps\cart\remoteEntry.js": Cannot use 'import.meta' outside a module (1:2374)
I create app with module federation. In my webpack config I have: output: { scriptType: 'module' }