webpack+angular2 error: Uncaught ReferenceError: __decorate is not defined
webpack+angular2 error: Uncaught ReferenceError: __decorate is not defined
chrome 控制台错误:Uncaught ReferenceError: __decorate 未定义
这是代码 https://github.com/Dreampie/angular2-demo
运行它:
npm 安装
npm 运行 打字安装
npm 运行 开始
在浏览器中打开localhost:80
有人帮忙吗?
从 tsconfig.json 中删除
"declaration": true,
"noEmitHelpers": false,
"isolatedModules": false
我在创建代码共享 NativeScript 时发生了这种情况 https://docs.nativescript.org/angular/code-sharing/intro
但我只需要注释掉这两行:
//"declaration": false,
//"noEmitHelpers": true,
chrome 控制台错误:Uncaught ReferenceError: __decorate 未定义 这是代码 https://github.com/Dreampie/angular2-demo
运行它:
npm 安装
npm 运行 打字安装
npm 运行 开始
在浏览器中打开localhost:80
有人帮忙吗?
从 tsconfig.json 中删除
"declaration": true,
"noEmitHelpers": false,
"isolatedModules": false
我在创建代码共享 NativeScript 时发生了这种情况 https://docs.nativescript.org/angular/code-sharing/intro
但我只需要注释掉这两行:
//"declaration": false,
//"noEmitHelpers": true,