feat: enable generation of src maps by Webpack

This commit is contained in:
Begerad, Stefan 2021-09-09 13:56:18 -04:00
parent 97d38349d6
commit 4d2c0c814f
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
var path = require('path');
module.exports = {
//tell Webpack to generate src maps
devtool: 'inline-source-map',
//entry point of app
entry: './src/index.js',
//put the output of the bundling process at this place