Asaf

Results 26 comments of 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 ![ezgif com-gif-maker](https://user-images.githubusercontent.com/49835614/162508189-43cf02a5-e1e9-46b8-98d5-24f52e2a46a7.gif)

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: ![image](https://user-images.githubusercontent.com/108586405/177036321-1aa05c29-9cc4-4cee-b57c-31be1c616c76.png) 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