분류
Nodejs
rollup - 차세대 ES2015 모듈 번들러.
본문
https://github.com/rollup/rollup
// import the ajax function with an ES import statement import { ajax } from 'utils'; var query = 'Rollup'; // call the ajax function ajax( 'https://api.example.com?search=' + query ).then( handleResponse );
- 이전글gulp - 설정보다 코드를 선호하는 스트리밍 및 빠른 빌드 시스템. 19.03.07
- 다음글webpack - 브라우저의 모듈과 에셋을 묶습니다. 19.03.07