esbuild
esbuild copied to clipboard
Css + Code splitting + dynamic-import
When we use the "splitting" = true options, the js files are imported dynamically and this imports css, the css is duplicated next to the parent layer which makes a dynamic call
I expect that only the js file that requests it is the compiled css alongside