NPM
Yarn
Babel
Webpack
npmjs.com
“scripts”: {
“build”: “webpack -p”,
“start”: “node ./index.js”
}
Yarn is a drop in replacement for the NPM CLI.
It provides an alternative API to interact with the NPM package Registry and run NPM scripts
But y tho?
babeljs.io
“At its core, webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it recursively builds a dependency graph that includes every module your application needs, then packages all of those modules into one or more bundles.”
webpack.js.org
#Babel
FoundationPress gulp config with Babel
Babel song
#webpack
Complete Intro to React webpack config
React redux blog
ES6 Todo mvc webpack course
Eject from create react app
webpack bits: Getting the most out of the CommonsChunkPlugin()