mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.
This commit is contained in:
committed by
Mariusz Felisiak
parent
781b44240a
commit
91e21836f6
@@ -0,0 +1,5 @@
|
||||
export const testConst = "test";
|
||||
export const firstConst = "first";
|
||||
export const secondConst = "second";
|
||||
export var firstVar = "test_1";
|
||||
export var SecondVar = "test_2";
|
||||
Reference in New Issue
Block a user