mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-10 17:24:02 +02:00
Exclude checking source maps for next and @next
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
|||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
use: ['source-map-loader'],
|
use: ['source-map-loader'],
|
||||||
enforce: 'pre',
|
enforce: 'pre',
|
||||||
|
exclude: [/node_modules\/@next/, /node_modules\/next/],
|
||||||
})
|
})
|
||||||
return config
|
return config
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user