Generate source maps.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user