removeDeprecatedPlugins-4.input.js 170 B

12345678
  1. // This should throw
  2. const inst = new webpack.optimize.OccurrenceOrderPlugin()
  3. export default (config) => {
  4. config.plugins = [
  5. inst
  6. ]
  7. return config
  8. }