chore: use normal source maps for server

This commit is contained in:
cha0s 2019-05-01 21:35:54 -05:00
parent 4a28cabc26
commit ce71267422

View File

@ -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',