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 think this is important to note that the json file generated as described in the README can contain stdout lines making it nit a json file.
For example, I have some plugins like SWPrecacheWebpackPlugin, AutoDllPlugin that write on the stdout outout, so the generated file is not a true json file.
Maybe we should handle the creation of the json file by stripping the written lines at the beginning of the file or find another way to generate a json file correctly.
Right now, we should add a troubleshooting section in the README for warning users about it before they say "it does not work"
The text was updated successfully, but these errors were encountered:
Hello there,
I think this is important to note that the
json
file generated as described in the README can contain stdout lines making it nit a json file.For example, I have some plugins like SWPrecacheWebpackPlugin, AutoDllPlugin that write on the stdout outout, so the generated file is not a true json file.
Maybe we should handle the creation of the json file by stripping the written lines at the beginning of the file or find another way to generate a json file correctly.
Right now, we should add a troubleshooting section in the README for warning users about it before they say "it does not work"
The text was updated successfully, but these errors were encountered: