Generate source maps.

This commit is contained in:
2019-03-04 00:34:56 +01:00
parent 26d365912c
commit ddf4f65fd6
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ const path = require('path');
module.exports = {
entry: './src/index.js',
devtool: "source-map",
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'public')