Bundless 模式下, 如何指定某一个包为 Bundle 模式, 直接打进源码? #764
Unanswered
lijinke666
asked this question in
Q&A
Replies: 1 comment
-
不可以,但是可以用 bundle 模式,然后把不需要打包的配成 external 试试。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
版本: ("father": "^4.4.4")
在 monorepo 中我有如下子包, 其中
s2-shared
是一个公用包, 不会发布比如
s2-react
依赖s2-shared
, 当s2-react
以 bundless 的方式打包时, 我希望s2-shared
能被直接打入源码, 这种能做到吗?Beta Was this translation helpful? Give feedback.
All reactions