Luyin / FE-Boilerplate

Typescript based Front-End Development Environment
0 stars 0 forks source link

Rollup 환경 #2

Open Luyin opened 5 years ago

Luyin commented 5 years ago

Rollup은 Bundling 도구 이다.

Luyin commented 5 years ago

Rollup의 Plug-in은 Bundling 전에 동작한다.

Luyin commented 5 years ago

rollup-plugin-typescript 와 rollup-plugin-typescript2 가 있다.

rollup-plugin-typescript 은 더이상 governance 되지 않고 있다. 따라서 2를 사용 할 것

Luyin commented 5 years ago

Rollup에서 AMD, CommonJS 방식의 모듈을 인식하기 위해서는 별도의 Plug-in이 필요하다.

대부분의 node_modules들은 CommonJS 방식을 사용하기 있으므로 plug-in을 설치해야 한다.

Plug-in