Replies: 1 comment
-
You're to use a namer plugin for that. Check the plugins page you'll find many |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem on using parcel with webextension plugin. The generated background.js file exceeded 4mb size and based on Firefox extension store policy it should be less than 4mb. How can I configure parcel to build ts files with same structure as the source folder or split background.js into smaller files to bypass this issue?
Here is the build output:
I tested with parcel v2.4.1 and also v2.8.3 but both of them have almost same output.
Project repository on github: https://github.com/swashapp/extension
Beta Was this translation helpful? Give feedback.
All reactions