docs: webpack config line updated (#77)

This commit is contained in:
Juan Ignacio Telechea
2021-03-18 23:48:23 -03:00
committed by GitHub
parent f9292c0ddc
commit 18fb03d42c
+1 -1
View File
@@ -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