1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.

Co-authored-by: James Bligh <james.bligh@silvercloudhealth.com>
This commit is contained in:
James Bligh
2022-12-07 09:56:00 +00:00
committed by GitHub
parent 9ac97e7eb5
commit e44d348c99
8 changed files with 110 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
export const testConst = "test";
export const firstConst = "first";
export const secondConst = "second";
export var firstVar1 = "test_1";
export var SecondVar2 = "test_2";