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