chore: use normal source maps for server
This commit is contained in:
parent
4a28cabc26
commit
ce71267422
|
@ -6,7 +6,7 @@ const StartServerPlugin = require('start-server-webpack-plugin');
|
|||
|
||||
const config = require('./webpack.common.config');
|
||||
|
||||
config.devtool = 'inline-source-map';
|
||||
config.devtool = 'source-map';
|
||||
config.entry = {
|
||||
server: [
|
||||
'source-map-support/register',
|
||||
|
|
Loading…
Reference in New Issue
Block a user