Skip to content

Commit

Permalink
Improve clarity in lesson overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddily authored Aug 18, 2024
1 parent 099eb78 commit 69ab788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/organizing_your_javascript_code/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This section contains a general overview of topics that you will learn in this l

- Explain the purpose of bundlers and how they work.
- Configure Webpack to bundle JavaScript modules.
- Configure Webpack to deal with non-JavaScript files during bundling, including with HtmlWebpackPlugin.
- Configure Webpack to handle non-JavaScript files during bundling, including using HtmlWebpackPlugin.
- Set up Webpack's development server.

### Bundling
Expand Down

0 comments on commit 69ab788

Please sign in to comment.