no source map
This commit is contained in:
@@ -64,16 +64,12 @@ if (process.env.NODE_ENV === 'production') {
|
||||
keepFnName: true,
|
||||
keepClassName: true,
|
||||
tdz: true
|
||||
},
|
||||
{
|
||||
sourceMap: 'source-map'
|
||||
}
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
devtool: '#inline-source-map',
|
||||
devServer: {
|
||||
disableHostCheck: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user