1.0.2 • Published 3 years ago
check-file-path v1.0.2
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
]
}
npm i check-file-path
const CheckFilePath = require('check-file-path')
module.exports = {
plugins: [
new CheckFilePath()
// other
]
}