diff --git a/packages/bundler-webpack/src/config/handleModuleVue.ts b/packages/bundler-webpack/src/config/handleModuleVue.ts index 0dfbffbb78..1bddfc9e7b 100644 --- a/packages/bundler-webpack/src/config/handleModuleVue.ts +++ b/packages/bundler-webpack/src/config/handleModuleVue.ts @@ -5,7 +5,7 @@ import type { VueLoaderOptions } from 'vue-loader' import { VueLoaderPlugin } from 'vue-loader' import type { Config } from 'webpack-v5-chain' -import type { VuepressMarkdownLoaderOptions } from '../loaders/vuepressMarkdownLoader' +import type { VuepressMarkdownLoaderOptions } from '../loaders/vuepressMarkdownLoader.js' import type { WebpackBundlerOptions } from '../types.js' const require = createRequire(import.meta.url)