check-file-path
v1.0.2
Published
Webpack checks whether the file exists. The file name is case sensitive
Maintainers
Readme
npm i check-file-path
Verify that the webpack import path is case sensitive
const CheckFilePath = require('check-file-path')
module.exports = {
plugins: [
new CheckFilePath()
// other
]
}