vue-loader icon indicating copy to clipboard operation
vue-loader copied to clipboard

fix minor problems

Open bichikim opened this issue 5 years ago • 0 comments

  1. add types
  2. the rm command is not working in Windows OS (so use clean-webpack-plugin Instead)
if(a === 'b') {
  return true
}
return false

can be

return a === 'b'
  1. \/|\\|@ can be ([\/\\@])

  2. the Loader can be string also

bichikim avatar Mar 12 '20 14:03 bichikim