I am a webpack newbie.
I am trying to modify our webpack.config.js so that the build should fail if some specific package is in the final build.
specific example is we don't want any dependency to use fs for our UI code.
fs