use inline source maps
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
var path = require('path');
|
var path = require('path');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
devtool: 'sourcemap',
|
devtool: 'inline-source-map',
|
||||||
entry: './client',
|
entry: './client',
|
||||||
output: {
|
output: {
|
||||||
filename: 'bundle.js',
|
filename: 'bundle.js',
|
||||||
|
Reference in New Issue
Block a user