when using babel-loader, many modules in node_modules do not need to be processed, but some of them need special treatment, so can you specify exclude: / node_modules/, and include into the special module in node_modules? Or is there a better way to deal with a module in node_modules?