naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
937 stars 81 forks source link

Check build tool for ES6 #390

Closed sculove closed 7 years ago

sculove commented 8 years ago

Description

rollup is a good choice.

  1. supports “tree-shaking”
  2. supports "ES6 module"
  3. config files supports es6
  4. so simple

also, webpack2 is good

sculove commented 8 years ago

https://code.lengstorf.com/learn-rollup-js/

netil commented 8 years ago

I agree on some portion of build tasks could be taken by 'bundlers', but I don't think it can replace every tasks we have.

sculove commented 8 years ago

@netil me,too When we seperates the repository, we consider it.

netil commented 8 years ago

How about remove bower support simplifying to npm? Ref #391

done.

sculove commented 7 years ago

we decide webpack2