mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Bundle all dynamically loaded css (#28)
* static css * Fix css import in tests
This commit is contained in:
@@ -15,6 +15,7 @@ const jestConfig: JestConfigWithTsJest = {
|
||||
testTimeout: 10000,
|
||||
moduleNameMapper: {
|
||||
"^src/(.*)$": "<rootDir>/src/$1",
|
||||
'\\.(css|less|scss|sass)$': 'identity-obj-proxy',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user