Fix source map build warnings
This commit is contained in:
parent
5d2fc18664
commit
8c2cec79ab
1 changed files with 2 additions and 0 deletions
|
@ -12,11 +12,13 @@ module.exports = merge(common, {
|
|||
rules: [
|
||||
{
|
||||
test: /\.(js|jsx)$/,
|
||||
exclude: /node_modules/,
|
||||
enforce: 'pre',
|
||||
use: ['source-map-loader']
|
||||
},
|
||||
{
|
||||
test: /\.(ts|tsx)$/,
|
||||
exclude: /node_modules/,
|
||||
enforce: 'pre',
|
||||
use: ['source-map-loader']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue