-
-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(terser): __filename not defined #1367
Conversation
@shellscape would be great if you could have a look on this pr. |
Disabled until rollup/plugins#1367 is merged.
* Add alloy as a submodule * Show the server response in the UI * Optimize shared type files * Build, with syntax highlighting * Minify the output Disabled until rollup/plugins#1367 is merged. * Configure rollup a little
Without having tested this, the worker thread seem to also take urls. A simple switch between EDIT: new Worker(new URL(import.meta.url)); But still, an extra import of |
Got an alternative fix for this in #1374. Looks like |
can confirm 👍 |
@tada5hi just FYI you can use a keyword in the description of your PR to link it to the issue (see the GitHub documentation). That way it will be closed automatically when the PR is merged. |
Oh cool, thank you 😊. |
OK are we in agreement this can be merged? |
This looks good, no objections from me 👍 |
@shellscape yes from my side. |
Thanks all. This will be automatically published shortly. |
Rollup Plugin Name:
terser
This PR contains:
Are tests included?
Breaking Changes?
If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.
List any relevant issue numbers:
fixes #1366
Description