diff --git a/ENV.md b/ENV.md index 09bf79c..b6fff29 100644 --- a/ENV.md +++ b/ENV.md @@ -23,7 +23,8 @@ module.exports = { }, devServer: { port: 3000 - } + }, + devtool: 'inline-source-map' }; ``` 4. Create `index.html` inside the root of your project directory: