关于 cli build 执行后 hook 中未执行的问题? #13218
StringKe
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我正在尝试将 taro 方案添加至 nx.dev
主要工作内容为将 taro cli 中 build 的代码使用 nx-plugin 实现一份
主要执行步骤
https://github.com/NervJS/taro/blob/next/packages/taro-cli/src/cli.ts#L140-L158
目前有个问题
https://github.com/NervJS/taro/blob/next/packages/taro-cli/src/cli.ts#L77-L79
cli 这里会添加一个 build 的 plugin 到 kernel ,在 kernel 运行的时候。build 中 hook 未执行
也就是 https://github.com/NervJS/taro/blob/next/packages/taro-cli/src/presets/commands/build.ts#L38 这里的 fn 参数是未执行的
导致 @tarojs/plugin-platform-weapp中需要的方法不存在
https://github.com/NervJS/taro/blob/next/packages/taro-plugin-react/src/index.ts#L17
Beta Was this translation helpful? Give feedback.
All reactions