분류 Nodejs

rollup - 차세대 ES2015 모듈 번들러.

컨텐츠 정보

  • 조회 273 (작성일 )

본문

https://github.com/rollup/rollup

https://rollupjs.org/


// 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 );