Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 2e9dd48

Browse files
committed
Update webpack.config.js
1 parent 3be14ac commit 2e9dd48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

webpack.config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ var path = require('path');
44
var sliceArgs = Function.prototype.call.bind(Array.prototype.slice);
55

66
module.exports = {
7-
// devtool: 'source-maps',
8-
devtool: 'eval',
7+
devtool: 'source-map',
8+
//devtool: 'eval',
9+
910
devServer: {
1011
inline: true,
1112
colors: true,
@@ -15,7 +16,7 @@ module.exports = {
1516
},
1617

1718
debug: true,
18-
cache: true,
19+
cache: false,
1920

2021
context: __dirname,
2122

0 commit comments

Comments
 (0)