Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBin99 committed Dec 6, 2021
2 parents 0abd12f + 45d641e commit 116f61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ You can redefine those variables in your `settings.py` :
in the `vite_hmr_client` tag (default : `@vite/client`).
- `DJANGO_VITE_MANIFEST_PATH` : Absolute path (including filename)
to your ViteJS manifest file. This file is generated in your
`DJANGO_VITE_ASSETS_PATH`. But if you are in production (`DEBUG` is true)
`DJANGO_VITE_ASSETS_PATH`. But if you are in production (`DEBUG` is false)
then it is in your `STATIC_ROOT` after you collected your
[static files](https://docs.djangoproject.com/en/3.1/howto/static-files/).
- `DJANGO_VITE_LEGACY_POLYFILLS_MOTIF` : The motif used to find the assets for polyfills inside the `manifest.json` (only if you use [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy)).
Expand Down

0 comments on commit 116f61f

Please sign in to comment.