Asaf
Asaf
Same here when I try to run ```npm run build``` on docker I downgraded to version 1.2.3 and it's working.
I've noticed that if the mode set to 'jit', it's working
Same issue here 
Fixed > @lacherogwu your image doesn’t seem to load anymore, but it did before, and it showed the exact problematic behaviour indeed. (You can host images directly on GitHub by...
> I had the same problem, but fixed it! Change this setting:  I've tried, It didn't help
Also works ```js import { nodeResolve } from '@rollup/plugin-node-resolve'; export default { plugins: [ nodeResolve({ resolveOnly: module => module.startsWith('#'), }), ], }; ```
Looking forward for this as its very useful for download big files
Thanks for your suggestion, I will take a look into it.
Can you elaborate? I'm not sure I got it
Got it, will take a look into it