- Leverage webpack chunk splitting to creating more, smaller JS files rather than one large main file (import(file) syntax) - Enable long-term caching by adding content hash to output file names - Copy entire /dist folder contents in Dockerfile - Changed yarn start-dev -> yarn start since there is no prod server - Reenable locale picker
29 lines
252 B
Plaintext
29 lines
252 B
Plaintext
## editors
|
|
/.idea
|
|
/.vscode
|
|
|
|
## system files
|
|
.DS_Store
|
|
|
|
## npm
|
|
/node_modules/
|
|
/npm-debug.log
|
|
|
|
## testing
|
|
/coverage/
|
|
|
|
## temp folders
|
|
/.tmp/
|
|
/tmp/
|
|
|
|
# build
|
|
/dist/
|
|
|
|
# dotenv
|
|
.env.local
|
|
.env.*.local
|
|
|
|
storybook-static
|
|
custom-elements.json
|
|
src/__generated__
|