Skip to content

Commit 70be3c7

Browse files
committed
fix(config): 初始context改为src
1 parent efb77a0 commit 70be3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Config {
66
constructor(cwd) {
77
this._config = {
88
cwd: cwd,
9-
context: sysPath.join(cwd, '/'),
9+
context: sysPath.join(cwd, 'src'),
1010
entry: {},
1111
entryGroup: {},
1212
output: {

0 commit comments

Comments
 (0)