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
Hi, we use your library in our webpack configuration file and we saw that the library shelljs which you use deletes the env variable OLDPWD which creates the error
ERROR in EnvironmentPlugin - OLDPWD environment variable is undefined.
You can pass an object with default values to suppress this warning.
See https://webpack.js.org/plugins/environment-plugin for example.
Hi, we use your library in our webpack configuration file and we saw that the library
shelljs
which you use deletes the env variableOLDPWD
which creates the errorI also created an issue for shelljs.
The text was updated successfully, but these errors were encountered: