mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-18 05:59:13 +01:00
Exclude checking source maps for next and @next
This commit is contained in:
parent
5201a1856f
commit
6d66d87f67
@ -7,6 +7,7 @@ module.exports = {
|
||||
test: /\.js$/,
|
||||
use: ['source-map-loader'],
|
||||
enforce: 'pre',
|
||||
exclude: [/node_modules\/@next/, /node_modules\/next/],
|
||||
})
|
||||
return config
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user