-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
umi 能否转义node_modules 下的ts,es6,tsx,jsx,less 文件? #350
Comments
我刚加了
结果还是不行的, webpack 里的rule 不是把 node_modules 文件夹排除了吗 ? |
我console 了下webpack config :
貌似我想转义不仅仅是bable 的, 而是 tsx ,ts 也有可能是less , css |
最好别这样做,node_modules 下的包自己能控制的话,还是用 babel 转成 es5 后再发到 npm 吧。 |
我的需求主要有以下几个考虑? |
这是约定,babel 转换 node_modules 下的文件太慢了,用 lerna 管理也需要把 src 转为 lib 。 |
+1 同用lerna管理依赖 babel转换 node_modules 应该提供个选项吧 |
问题加了这个属性,启动都是正常的,只是子包中 antd 部分组件样式丢失什么鬼?不处理子包的样式吗? |
同样关注这个呀 |
在调试自己开发的npm模块的时候,无法调试ts文件会很不方便 |
可以自己配置的 |
我们也有这个需求,你后面是怎么解决的? |
现在tsx默认 已经是会走babel 的了, 另外 你本地可以自己建软链, |
@lusess123 ,请教一下,你的umi文件是怎么配的? 我这边试了一下tsx不会走babel: 我的入口是index.ts文件,然后里面各自引用了tsx文件,报错: |
无法处理第三方模块内的文件
The text was updated successfully, but these errors were encountered: