1.0.12 • Published 3 years ago

mission-coms v1.0.12

Weekly downloads
12
License
ISC
Repository
-
Last release
3 years ago

npm install rollup --save-dev

demo1 :

const demo  = () => {
  console.log('demo');
};
将不会执行

export default 'hello world' import hello from './foo'; ===> var hello = 'hello world';

常用的模式 amd,cjs,es,iife,umd