types
This commit is contained in:
parent
b98c54477f
commit
004e58078c
1 changed files with 3 additions and 2 deletions
|
@ -68,10 +68,11 @@ export function astroContentAssetPropagationPlugin({
|
|||
const { stylesMap, urls } = await getStylesForURL(
|
||||
pathToFileURL(basePath),
|
||||
devModuleLoader,
|
||||
'development'
|
||||
'development',
|
||||
settings.config
|
||||
);
|
||||
|
||||
const hoistedScripts = await getScriptsForURL(pathToFileURL(basePath), devModuleLoader);
|
||||
const hoistedScripts = await getScriptsForURL(pathToFileURL(basePath), devModuleLoader, settings.config);
|
||||
|
||||
return {
|
||||
code: code
|
||||
|
|
Loading…
Reference in a new issue