mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 10:22:44 +00:00
webpack: exclude node_modules from source-map-loader
This commit is contained in:
@@ -79,6 +79,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
exclude: [/node_modules/],
|
||||
test: /\.(ts|js)x?$/,
|
||||
use: ['source-map-loader'],
|
||||
enforce: 'pre',
|
||||
|
||||
@@ -76,6 +76,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
exclude: [/node_modules/],
|
||||
test: /\.(ts|js)x?$/,
|
||||
use: ['source-map-loader'],
|
||||
enforce: 'pre',
|
||||
|
||||
Reference in New Issue
Block a user