You should not be modifying files in node_modules. These are compiled files that are split up into different versions for different environments. An edit in one file does not mean it is handled through out the package.
This should not be done.
You should not be modifying files in node_modules. These are compiled files that are split up into different versions for different environments. An edit in one file does not mean it is handled through out the package.
This should not be done.