exports .__ esModule = true;在角度1.6转换代码中显示为错误

时间:2017-03-29 18:57:30

标签: angularjs typescript babeljs typescript-typings

我不知道babel的改变是什么,但是我试图解决过去2天:(

问题是:

Uncaught ReferenceError: exports is not defined at app.js:2

我在Chrome控制台中有102个问题,因为我的转换代码中有一行,即

exports.__esModule = true;

我的项目中使用的内容如下:

Angular 1.6
Typescript
Babel@6

任何帮助将不胜感激。谢谢:))

1 个答案:

答案 0 :(得分:0)

npm install @ types / node

https://www.npmjs.com/package/@types/node

.d.ts文件将定义exports global