Const
The copy of webpack module that's installed for @xarc/webpack's use with its configs.
If you need reference to webpack, say to get a plugin, you should use this copy instead of getting it with require("webpack").
require("webpack")
The copy of webpack module that's installed for @xarc/webpack's use with its configs.
If you need reference to webpack, say to get a plugin, you should use this copy instead of getting it with
require("webpack").