Skip to content

Conversation

bichikim
Copy link

@bichikim bichikim commented Mar 12, 2020

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants