有没有办法将根包转换为 npm 工作空间
我的项目结构如下:
projectx (root)
- package.json
- componentsOfRoot
- packages
-- components1
-- src
-- package.json (name: @projectx/components1, scripts: "dev":"ts-node or whatever")
我知道从根文件夹中我可以将 components1 设置为工作区,但我的问题是我可以将 projectx (root) 本身转换/设置为一个工作区?
我想在 components1 中导入属于 projectx (root) 的东西,例如:
//inside components1 > MyComponent.jsx
import {componentsOfRoot} from "@myScope/projectx"
这可能吗?如何?
I have a project structure like:
projectx (root)
- package.json
- componentsOfRoot
- packages
-- components1
-- src
-- package.json (name: @projectx/components1, scripts: "dev":"ts-node or whatever")
I know from the root folder I can set components1 as a workspace, but my question is can I convert/set projectx (root) itself into a workspace?
I want to import inside components1 something that belongs to projectx (root), eg:
//inside components1 > MyComponent.jsx
import {componentsOfRoot} from "@myScope/projectx"
Is that possible? How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论