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
I am missing pre and post processing functions for each included file. Those are required in my use case in order to prepare an arbitrary file to be inserted into javascript.
Something simple, like (contents, filename, extension) => contents would do the trick here. I have tried other solutions with temporary folders but that isn't working because the filenames are the same for multiple include paths where both files make it into the build.
The text was updated successfully, but these errors were encountered:
I am missing pre and post processing functions for each included file. Those are required in my use case in order to prepare an arbitrary file to be inserted into javascript.
Something simple, like
(contents, filename, extension) => contents
would do the trick here. I have tried other solutions with temporary folders but that isn't working because the filenames are the same for multiple include paths where both files make it into the build.The text was updated successfully, but these errors were encountered: