Updating documentation

This commit is contained in:
2020-05-13 03:28:37 +01:00
parent fe9385c2e6
commit 3bbf775f0f
2 changed files with 24 additions and 7 deletions

5
blog/webpack.md Normal file
View File

@@ -0,0 +1,5 @@
## Webpack
We can use webpack to bundle up our resources (javascript files or css files) and create a minified bundle for a website.
You can bundle anything up, we can even write `scss` and have webpack lint, compile and minify into the `dist` directory for us automatically.