docs: webpack config line updated (#77)
This commit is contained in:
committed by
GitHub
parent
f9292c0ddc
commit
18fb03d42c
@@ -222,7 +222,7 @@ For instance, install `react-transition-group` from npm:
|
|||||||
npm install react-transition-group
|
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
|
### Styles
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user