mirror of
https://gitee.com/openharmony/developtools_ace_js2bundle
synced 2025-02-17 06:20:12 +00:00
!626 lite工程缓存目录命名为lite_cache
Merge pull request !626 from youbing54/master
This commit is contained in:
commit
893db03362
@ -52,7 +52,8 @@ class ResultStates {
|
||||
const buildPath = this.options.build;
|
||||
const commonPaths = new Set();
|
||||
const i18nPaths = new Set();
|
||||
const cachePath = path.resolve(process.env.cachePath, '.rich_cache');
|
||||
const cachePath = path.resolve(process.env.cachePath, process.env.DEVICE_LEVEL === 'rich' ?
|
||||
'.rich_cache' : '.lite_cache');
|
||||
const entryFile = path.join(cachePath, 'entry.json');
|
||||
const entryPaths = new Set();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user