Skip to content

Commit c61e082

Browse files
author
vikasrohit
authored
Merge pull request #2447 from appirio-tech/feature/v2-4-5-part2
Feature/v2 4 5 part2
2 parents c83f23b + b111550 commit c61e082

File tree

40 files changed

+6245
-8433
lines changed

40 files changed

+6245
-8433
lines changed

config/webpack/development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ combinedConfig.module.rules.forEach(rule => {
6464
Enable source maps.
6565
This also let us see original file names in browser console.
6666
*/
67-
combinedConfig.devtool = 'eval'
67+
combinedConfig.devtool = 'cheap-module-eval-source-map'
6868

6969
module.exports = combinedConfig

0 commit comments

Comments
 (0)