bannerPlugin-2.input.js 123 B

123456
  1. // Only transform if it uses the old format
  2. module.exports = {
  3. plugins: [
  4. new webpack.BannerPlugin({})
  5. ]
  6. }