From 18fb03d42c52294c6f1c399a996800aead503385 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Telechea Date: Thu, 18 Mar 2021 23:48:23 -0300 Subject: [PATCH] docs: webpack config line updated (#77) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df4e34..99631fa 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ For instance, install `react-transition-group` from npm: npm install react-transition-group ``` -Important: Since Google Apps Scripts projects don't let you easily reference external files, this project will bundle an entire app into one HTML file. This can result in large files if you are importing large packages. To help split up the files, you can grab a CDN url for your package and declare it in the [webpack file, here](./webpack.config.js#L129). If set up properly, this will add a script tag that will load packages from a CDN, reducing your bundle size. +Important: Since Google Apps Scripts projects don't let you easily reference external files, this project will bundle an entire app into one HTML file. This can result in large files if you are importing large packages. To help split up the files, you can grab a CDN url for your package and declare it in the [webpack file, here](./webpack.config.js#L157). If set up properly, this will add a script tag that will load packages from a CDN, reducing your bundle size. ### Styles