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
Basically I don't like the implementation of rewriting the HTML. I want the user to have to implement a way to read from the manifest.json and make it clear that this will not retain their source files. This will make this library easier to maintain and hopefully improve performance.
- Remove emitHtmlFiles option
- Remove preserveSourceFiles option
- Add a testing function to read from Manifest.
- Make It obvious that all output files will be removed. If it's not imported by an entrypoint, it will be removed.
- Update README of new changes. Ensure to include the value of outputOptions.dir will be where the directory that gets replaced.
The text was updated successfully, but these errors were encountered:
Basically I don't like the implementation of rewriting the HTML. I want the user to have to implement a way to read from the manifest.json and make it clear that this will not retain their source files. This will make this library easier to maintain and hopefully improve performance.
emitHtmlFiles
optionpreserveSourceFiles
optionoutput
files will be removed. If it's not imported by an entrypoint, it will be removed.outputOptions.dir
will be where the directory that gets replaced.The text was updated successfully, but these errors were encountered: