angular 4 의 rollup

1933 단어 typescriptangular4
1 、 우선 AOT
홈 페이지 예
https://www.angular.cn/docs/ts/latest/cookbook/aot-compiler.html
주의 하 다.
"module": "es2015",       es2015  commonjs
    main.ts,   aot  
js   

이런 방식 은 require 가 아니다.
import { platformBrowser } from '@angular/platform-browser';

4. 567913. 나중에 자신 이 인 자 를 수정 하려 고 시도 한 것 을 발견 했다.
2、     
"node_modules/.bin/rollup"  -c rollup-config.js
?   Error: 'platformBrowser' is not exported by node_modules\@angular\platform-browser\bundles\platform-browser.umd.js
https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module
src\main.js (1:9)
1: import { platformBrowser } from '@angular/platform-browser';
            ^
2: import { AppModuleNgFactory } from './aot/app/app.module.ngfactory';
3: console.log('Running AOT compiled');
nodeResolve({jsnext: true, module: true}),--    

좋은 웹페이지 즐겨찾기