From 302d3c7ce56eae8a0aaec2e26b61f9506b8f05be Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:11:43 -0500 Subject: [PATCH] Update bundlers.mdx --- docs/developer-docs/web-apps/application-frontends/bundlers.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer-docs/web-apps/application-frontends/bundlers.mdx b/docs/developer-docs/web-apps/application-frontends/bundlers.mdx index 2d9e48c2af..160a878adc 100644 --- a/docs/developer-docs/web-apps/application-frontends/bundlers.mdx +++ b/docs/developer-docs/web-apps/application-frontends/bundlers.mdx @@ -8,6 +8,8 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow"; +## 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