Akash Kakkar
Akash Kakkar
@101arrowz I'm using Parcel 2.7.0 and below config doesn't work for me: ``` "@parcel/bundler-default": { "minBundles": 10000000, "minBundleSize": 3000, "maxParallelRequests": 20 } ``` I still get only 1 file: `manifest-firefox.js`...
Oh, amazing. gonna try this On 3/4/20, Reza Ebrahimpour wrote: > I found the problem. The reason was that the system didn't have a swap. I > created a swap...
@Aquarius223 Any idea that where is the code for Camera and Display? Also, @mi-code Why the Munch branch was deleted/pulled back? If there was any issue, then obviously it was...
@Cleveland996 And many people have the entire dump of that with them including me!
Wonderful. Are there any changes too? On 8/28/2022 11:04 AM, JiPai wrote: > > them publish it again! > https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/munch-s-oss > > — > Reply to this email directly, view...
@fregante You are right buddy, I tried this approach too, but there the issue was that I was unable to reference my scripts from the manifests because they are lying...
@fregante Nevermind. Fixed it. The issue is certainly valid though. Parcel should honor the custom manifest name too. Certainly a parcel bug
@fregante No, I'm not saying that. I'm saying that simply if we use another name for the manifest like manifest-firefox.json, and supply the same name to Parcel build command, then...
@piotrwitek Yes, you are quite right. The fact that the manifest name is hardcoded should be mentioned in the docs, or it will be even better if the name customization...
@everdimension The best way which now use is to simlink your _locales directory. By that, you won't be required to duplicate that dir either, and the workaround will also be...