mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 19:45:26 +00:00
fix lazy css bug, add tests
This commit is contained in:
@@ -219,7 +219,7 @@ export default function extract_css(client_result: CompileResult, components: Pa
|
||||
});
|
||||
|
||||
unclaimed.forEach(file => {
|
||||
entry_css_modules.push(css_map.get(file));
|
||||
entry_css_modules.push(file);
|
||||
});
|
||||
|
||||
const leftover = get_css_from_modules(entry_css_modules, css_map, dirs);
|
||||
|
||||
Reference in New Issue
Block a user