code-chronicles-code / leetcode-curriculum

https://code-chronicles-code.github.io/leetcode-curriculum/
MIT License
9 stars 12 forks source link

Run `webpack` directly to build Adventure Pack web app #494

Closed miorel closed 2 weeks ago

miorel commented 2 weeks ago

Instead of having a wrapper for webpack, we can use webpack plugins to run our additional code. This allows us to use other webpack features such as watch mode, for example.