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
So I read through the comments in your source code. Webpack plugins emit files which can then further be handled.
Here is an example for placing the generated font files into a separate directory:
However, the approach above has two drawbacks: First drawback: The glob must be tailored to the input fonts. Second drawback: The copy plugin creates a copy, so the files are still written to their original destination (output root).
The text was updated successfully, but these errors were encountered:
strarsis
changed the title
How to use/reference the output
Emitted files
Feb 18, 2021
So I read through the comments in your source code. Webpack plugins emit files which can then further be handled.
Here is an example for placing the generated font files into a separate directory:
However, the approach above has two drawbacks: First drawback: The glob must be tailored to the input fonts. Second drawback: The copy plugin creates a copy, so the files are still written to their original destination (output root).
The text was updated successfully, but these errors were encountered: