1.0.1 • Published 2 years ago
not-console-loader v1.0.1
not-console
loader和npm包学习测试使用
安装
npm i not-console -D
yarn add not-console -D
使用
module.exports = {
// ...其他配置
module: {
// ...其他配置
rules: [
// ...其他配置
{
test: /\.js$/,
loader: 'not-console-loader'
}
]
}
}