1

所以我希望我能正确描述我的问题。所以我有以下内容jawr.properties

jawr.js.bundle.proj-react.id=/bundles/proj-react.js
jawr.js.bundle.proj-react.mappings=npm:/proj/js/package.json(dist/p.webpack.js)
jawr.js.bundle.proj-react.bundlepostprocessors=none

之后我有

jawr.js.bundle.other-js.id=/bundles/other-js.js
jawr.js.bundle.other-js.mappings=/proj/js/node_modules/@other/dist/utils/i18n.js

我的问题是第一部分运行 npm install som 在完成之前不确定 node_modules 文件是否存在jawr.js.bundle.proj-react.mappings

是否有可能以other-js某种方式“延迟”直到proj-react完成?

4

0 回答 0