You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I configure polymer.json to bundle dependencies listed in importScripts in a custom web worker (NOT service worker) javascript file?
I notice that even without configuration, polymer build automatically minified my worker script file and copied it to the built folder, where the built application would stop working because the web worker was unable to find scripts it needed to import.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
How do I configure
polymer.json
to bundle dependencies listed inimportScripts
in a custom web worker (NOT service worker) javascript file?I notice that even without configuration,
polymer build
automatically minified my worker script file and copied it to the built folder, where the built application would stop working because the web worker was unable to find scripts it needed to import.The text was updated successfully, but these errors were encountered: