chore: remove unused variable
This commit is contained in:
parent
551f5ab56d
commit
5fd1d39761
1 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ import {
|
||||||
SCRIPTS_PLACEHOLDER,
|
SCRIPTS_PLACEHOLDER,
|
||||||
STYLES_PLACEHOLDER,
|
STYLES_PLACEHOLDER,
|
||||||
} from './consts.js';
|
} from './consts.js';
|
||||||
import { getContentEntryExts } from './utils.js';
|
|
||||||
|
|
||||||
function isPropagatedAsset(viteId: string) {
|
function isPropagatedAsset(viteId: string) {
|
||||||
const flags = new URLSearchParams(viteId.split('?')[1]);
|
const flags = new URLSearchParams(viteId.split('?')[1]);
|
||||||
|
@ -31,7 +30,6 @@ export function astroContentAssetPropagationPlugin({
|
||||||
settings: AstroSettings;
|
settings: AstroSettings;
|
||||||
}): Plugin {
|
}): Plugin {
|
||||||
let devModuleLoader: ModuleLoader;
|
let devModuleLoader: ModuleLoader;
|
||||||
const contentEntryExts = getContentEntryExts(settings);
|
|
||||||
return {
|
return {
|
||||||
name: 'astro:content-asset-propagation',
|
name: 'astro:content-asset-propagation',
|
||||||
configureServer(server) {
|
configureServer(server) {
|
||||||
|
|
Loading…
Reference in a new issue