Skip to content
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

用typescript 编译后的文件代码中,引用的还是x.ts,导致找不到模块 #3149

Closed
xshua06 opened this issue May 23, 2019 · 3 comments

Comments

@xshua06
Copy link
Contributor

xshua06 commented May 23, 2019

问题描述
用typescript 编译后的文件代码中,引用的还是x.ts,导致找不到模块

复现步骤
1.两个ts文件同一个目录
a.ts
b.ts

const a = require('./b');
  1. yarn dev:weapp编译
var a = require('./b.ts')

导致编译后的dist/weapp/中没有ts文件,找不到模块

期望行为
修复他

报错信息
编译问题,导致找不到模块

系统信息
Taro v1.3.0-beta.3
Taro CLI 1.3.0-beta.3 environment info:
System:
OS: macOS High Sierra 10.13.6
Shell: 5.3 - /bin/zsh
Binaries:
Node: 11.11.0 - ~/.nvm/versions/node/v11.11.0/bin/node
Yarn: 1.15.2 - /usr/local/bin/yarn
npm: 6.7.0 - ~/.nvm/versions/node/v11.11.0/bin/npm

@taro-bot
Copy link

taro-bot bot commented May 23, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@Garfield550
Copy link
Collaborator

import a from './b' 这种写法呢

@luckyadam
Copy link
Member

已经修复,可以升级到 1.3.0-beta.4 尝试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants