﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34563	ManifestStaticFilesStorage support for CSS module scripts in Javascript files.	Michael	blighj	"CSS modules scripts are becomming a thing, see https://web.dev/css-module-scripts/#:~:text=CSS%20module%20scripts%20are%20available,Safari%20is%20not%20yet%20available.

Current we only support JavaScript modules and not CSS modules with the ManifestStaticFilesStorage.

The following import paths in JS files files will need to be converted when collecting static with ManifestStaticFilesStorage:
{{{
import sheet from './styles.css' assert { type: 'css' };
}}}

Additionally WHATWG is firming up HTML modules, so we could proactively handle this too while we are at it:
{{{
import content from './template.html' assert { type: 'html };
}}}"	New feature	assigned	contrib.staticfiles	4.2	Normal		Manifest  Static Files Storage, javascript css html module scripts	Adam Johnson	Someday/Maybe	0	0	0	0	0	0
