Skip to content

Commit

Permalink
chore: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 22, 2024
1 parent b62e425 commit 4155110
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export function vitePluginServerAction(): PluginOption {
const transformPlugin: Plugin = {
name: vitePluginServerAction.name + ":transform",
transform(code, id, _options) {
// TOOD: use plugin.create to split plugins?
tinyassert(this.environment);
if (USE_SERVER_RE.test(code)) {
// TODO: just find exports in examples/vue-ssr-extra/src/routes/server/_action.ts
Expand Down

0 comments on commit 4155110

Please sign in to comment.