We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import
importedWrapped
imported
async-imports
Solution - file imports should be autoexecuted if their marks are used. In the same time they should be awaited when their parent marks were used.
file imports
marks
The text was updated successfully, but these errors were encountered:
79a0618
Merge pull request #169 from theKashey/fixes-2019
288bdaf
fix: terser might compress different files differently, fixes #166
fix: terser changes files; add webpack/terser sgnature cleanup; fixes #…
5a851d2
…166
No branches or pull requests
import
in a fileimportedWrapped
could be inlined, causing difference betweenimported
usage andasync-imports
Solution -
file imports
should be autoexecuted if theirmarks
are used. In the same time they should be awaited when their parent marks were used.The text was updated successfully, but these errors were encountered: