Remove ?extractAssets
workaround in favor of build.ssrEmitAssets
#1339
Labels
?extractAssets
workaround in favor of build.ssrEmitAssets
#1339
Description
The code for the
?extractAssets
workaround is non-trivial and brittle. (See https://vike.dev/includeAssetsImportedByServer for why the workaround is needed.)It would be more robust to use
build.ssrEmitAssets
instead. (There is actually an issues with a Babel plugin.)See also:
The text was updated successfully, but these errors were encountered: