Webpack - ryantc94/Knights-of-Arthur GitHub Wiki
- A lot of things need to get built and compiled thats why we need build tools
http://jvers.com/csci-ua.0480-fall2017-003/slides/26/react-webpack-continued.html?print-pdf#/ https://www.jonathan-petitcolas.com/2016/01/23/webpack-html-plugin-in-a-nutshell.html https://underthehood.myob.com/changing-of-the-guard-in-web-technologies/ https://medium.com/@rajaraodv/webpack-the-confusing-parts-58712f8fcad9 https://medium.com/@clmyles/react-without-npm-babel-or-webpack-1e9a6049714 https://medium.com/@muthuks/setting-up-your-project-without-create-react-app-872ed782852a
Webpack
Concepts
- Entry
- Specify entry with 'entry:' property
- From entry it outputs dependencies into 'bundles'
- Output
- Specify output with 'output:' property
- Tells webpack where to output 'bundles' and what to name them
- Loader
- Plugin