Skip to content

Commit

Permalink
Update bundlers.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Mar 13, 2024
1 parent 428d1eb commit 302d3c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";

<MarkdownChipRow labels={["Intermediate", "Concept"]} />

## Overview

Webpack is a popular and highly-configurable module bundler for JavaScript-based applications, new projects created with `dfx new` that choose to create a default JavaScript frontend include a default `webpack.config.js` file that makes it easy to add the specific modules, such as `react` and `markdown`, that you want to use.

## Entry and output configuration
Expand Down

0 comments on commit 302d3c7

Please sign in to comment.