Updating documentation
This commit is contained in:
5
blog/webpack.md
Normal file
5
blog/webpack.md
Normal 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.
|
||||
Reference in New Issue
Block a user