Skip to content

feat: glob import#129

Merged
leegeunhyeok merged 1 commit into
mainfrom
feat/glob-import
Jun 30, 2026
Merged

feat: glob import#129
leegeunhyeok merged 1 commit into
mainfrom
feat/glob-import

Conversation

@leegeunhyeok

Copy link
Copy Markdown
Member

Description

Supports glob import (vite docs: https://vite.dev/guide/features#glob-import)

const modules = import.meta.glob('../pages/*', {
  import: 'default',
  eager: true,
});

For more details, checkout the Vite docs or see example/0.84.

@leegeunhyeok leegeunhyeok merged commit 062a741 into main Jun 30, 2026
2 checks passed
@leegeunhyeok leegeunhyeok deleted the feat/glob-import branch June 30, 2026 03:31
@rollipop-bot rollipop-bot Bot mentioned this pull request Jul 2, 2026
leegeunhyeok added a commit that referenced this pull request Jul 2, 2026
## [1.0.0-alpha.28] - 2026-07-02

### 🚀 Features

- use napi's `resetCache` instead by @leegeunhyeok
- align react-refresh transform targets by @leegeunhyeok
- improve alias config by @leegeunhyeok
- glob import (#129) by @leegeunhyeok

### ⚙️ Miscellaneous Tasks

- bump `@rollipop/rolldown` to 1.0.21 (#130) by @leegeunhyeok

Co-authored-by: leegeunhyeok <26512984+leegeunhyeok@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant