If you need to use webpack for your project. You are very often forced by CLI
who have done the Job for you.
You don't know what webpack is for, or even how it works. You also don't know where to start to learn.
That why I boostrapped some workshop in an open source project named:
Slashgear / webpack-workshop
webpack workshops to learn concepts, API and best practices
Welcome to webpack-workshop 👋
webpack workshops to learn concepts, API and best practices
🏠 Homepage
Usage
Just go to https://webpack-workshop.netlify.com/
Author
👤 Antoine CARON
- Twitter: @Slashgear_
- Github: @Slashgear
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 Antoine CARON.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
How to
Just go to https://slashgear.github.io/webpack-workshop/workshops/ and follow the instructions.
If you ❤️ these workshops, don't hesitate to share this post and put a little ⭐️ on the repository.
You could also help me by contributing new workshops, or by translating them into different languages.
Top comments (4)
nice!
just one thing, using npm to install yarn isn't really good since the official site doesn't recommend that.
You can't use NPM here because we need the workspace feature which is not available with NPM.
???
I mean this(yarnpkg.com/en/docs/install#altern...)
npm i -g yarn
isn't recommended to install yarn.Aaaah, ok, will update that soon.
Thanks