webpack-plugin-errorwithimportpackage
v1.0.6
Published
webpack plugin errorwithimportpackage
Downloads
5
Maintainers
Readme
webpack-plugin-errorwithimportpackage
Installation
npm i webpack-plugin-errorwithimportpackage
Usage
const ErrorWithImportPackage = require('webpack-plugin-errorwithimportpackage');
module.exports = {
...
plugins: [
...
new ErrorWithImportPackage(['moment']),
]
}