Skip to content

Commit 04cf063

Browse files
committed
Fixed #1 build fail issue
1 parent feba778 commit 04cf063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ const merge = require('webpack-merge');
22
const HtmlWebpackPlugin = require('html-webpack-plugin');
33
const path = require('path');
44

5-
function srcPath(path) {
6-
return path.join(__dirname, path);
5+
function srcPath(src) {
6+
return path.join(__dirname, src);
77
}
88

99
let mainConfig = {

0 commit comments

Comments
 (0)