We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb77a0 commit 70be3c7Copy full SHA for 70be3c7
src/models/Config.js
@@ -6,7 +6,7 @@ class Config {
6
constructor(cwd) {
7
this._config = {
8
cwd: cwd,
9
- context: sysPath.join(cwd, '/'),
+ context: sysPath.join(cwd, 'src'),
10
entry: {},
11
entryGroup: {},
12
output: {
0 commit comments