vue-loader
vue-loader copied to clipboard
fix minor problems
- add types
- the
rmcommand is not working in Windows OS (so use clean-webpack-plugin Instead)
if(a === 'b') {
return true
}
return false
can be
return a === 'b'
-
\/|\\|@can be([\/\\@]) -
the Loader can be
stringalso