Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 171 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 171 Bytes

comment the console info on production

set the rule in the webpack

{
    test: /\.js$/,
    use: [
      {
        loader: 'noconsole-loader',
      }
    ]
}