8000 feat: support farm by ErKeLost · Pull Request #169 · unplugin/unplugin-vue · GitHub
[go: up one dir, main page]

Skip to content

feat: support farm #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Apr 16, 2025
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: lint error
  • Loading branch information
ErKeLost committed Apr 15, 2025
commit a0135c843a16814bc999c7234d4dd6120953088f
4 changes: 2 additions & 2 deletions src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
type ExtendedSFCDescriptor,
} from './utils/descriptorCache'
import { parseVueRequest } from './utils/query'
import type { ResolvedUserConfig, Server } from '@farmfe/core'
import type { Server } from '@farmfe/core'
import type {
SFCBlock,
SFCScriptCompileOptions,
Expand Down Expand Up @@ -376,7 +376,7 @@ export const plugin: UnpluginInstance<Options | undefined, false> =
},

farm: {
config(config: ResolvedUserConfig) {
config(config) {
return {
compilation: {
resolve: {
Expand Down
0