1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-03-23 22:04:55 -04:00 committed by Joost De Cock
parent 23ff31ae6b
commit 3e343ab144

View file

@ -1,8 +1,8 @@
/**
* Transpiles create-react-library CLI to ES5 in order to support node >= 4.
* Transpiles the CLI to ES5 in order to support node >= 4.
*
* Note: we use Webpack to compile the CLI, but the generated template still
* uses Rollup for compiling the library. We don't judge between the two, but
* uses Rollup for compiling libraries. We don't judge between the two, but
* rather try to use the best tool for the job.
*/