aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.3/getting-started/webpack.md
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-91/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-02-26move util in a util folder with the sanitizerJohann-S1-1/+0
2019-02-20Remove jQuery from docs/repo.XhmikosR1-3/+2
Some of the snippets need to be updated later.
2019-02-19Remove `--save` option from `npm i` as it isn't required anymore (#28302)Steve Moser1-1/+1
As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install.
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-0/+93
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map