mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: don't transpile node_modules
This commit is contained in:
parent
488cd49527
commit
05aadff20f
@ -28,7 +28,8 @@ const config = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.(ts|js)$/,
|
||||
test: /\.(tsx?|jsx?)$/,
|
||||
exclude: /node_modules\/(?!(@tusbar\/cache-control))/,
|
||||
use: { loader: 'babel-loader' }
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user