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:
@@ -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";
|
||||
Reference in New Issue
Block a user