Skip to content

Commit b4276af

Browse files
author
Richard Williams
committed
Redundant / removed
1 parent 653768d commit b4276af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-basic-react/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var webpack = require('webpack');
33
var path = require('path');
44

55
module.exports = {
6-
context: path.join(__dirname, "/src"),
6+
context: path.join(__dirname, "src"),
77
devtool: debug ? "inline-sourcemap" : null,
88
entry: "./js/client.js",
99
module: {

0 commit comments

Comments
 (0)