1.0.1 • Published 2 years ago

not-console-loader v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

not-console

loader和npm包学习测试使用

安装

npm i not-console -D
yarn add not-console -D

使用

module.exports = {
  // ...其他配置
  module: {
    // ...其他配置
    rules: [
      // ...其他配置
      {
        test: /\.js$/,
        loader: 'not-console-loader'
      }
    ]
  }
}
1.0.1

2 years ago

1.0.0

2 years ago