Bundled dev: Phase 1 feedbacks #22747
sapphi-red
started this conversation in
Feedback
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks Vite team for working on this! When trying it out, I'm getting a // myFile.ts
import {
getCompanySupplierInvoicesQueryKey,
getCountSummaryCompanySupplierInvoicesQueryKey,
} from 'queries/supplierInvoices'
// queries/supplierInvoices.js
export const getCompanySupplierInvoicesQueryKey = (parameters) => {
return parameters ? ['getCompanySupplierInvoices', parameters] : ['getCompanySupplierInvoices']
}
// [MISSING_EXPORT] "getCompanySupplierInvoicesQueryKey" is not exported by "queries/supplierInvoices.js?rolldown-lazy=1".
// ╭─[ myFile.ts:2:10 ]
// │
// 2 │ import { getCompanySupplierInvoicesQueryKey } from "queries/supplierInvoices";
// │ ─────────────────┬────────────────
// │ ╰────────────────── Missing export |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
We're opening a discussion to gather feedback about this feature for the phase 1. See Bundled dev mode design doc and Road Map for more details.
Beta Was this translation helpful? Give feedback.
All reactions