调整 oak.config.json
This commit is contained in:
parent
52374486b8
commit
62b79b8444
|
|
@ -49,7 +49,7 @@ module.exports = {
|
||||||
appTsBuildInfoFile: resolveRoot('node_modules/.cache/tsconfig.tsbuildinfo'),
|
appTsBuildInfoFile: resolveRoot('node_modules/.cache/tsconfig.tsbuildinfo'),
|
||||||
publicUrlOrPath: '/',
|
publicUrlOrPath: '/',
|
||||||
appOutSrc: resolveRoot('src'),
|
appOutSrc: resolveRoot('src'),
|
||||||
oakConfigJson: resolveApp('src/oak.config.json'),
|
oakConfigJson: resolveRoot('oak.config.json'),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ module.exports = {
|
||||||
swSrc: resolveModule(resolveApp, 'src/service-worker'),
|
swSrc: resolveModule(resolveApp, 'src/service-worker'),
|
||||||
publicUrlOrPath,
|
publicUrlOrPath,
|
||||||
appOutSrc: resolveRoot('src'),
|
appOutSrc: resolveRoot('src'),
|
||||||
// oakConfigJson: resolveApp('src/oak.config.json'),
|
oakConfigJson: resolveRoot('oak.config.json'),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue