loaderOptionsPlugin-0.input.js 121 B

123456
  1. // Do not create LoaderOptionsPlugin is not necessary
  2. module.exports = {
  3. plugins: [
  4. new SomePlugin()
  5. ]
  6. }