-
-
Notifications
You must be signed in to change notification settings - Fork 365
Labels
contribution welcomegood first issueWant to contribute to WXT? This is a good place to startWant to contribute to WXT? This is a good place to start
Description
Feature Request
In some plugins WXT uses, we use resolveId
, load
, and transform
to modify specfic files. We need to use the filter
feature to take advantage of rust.
The plugins that need updated are in the packages/wxt/src/core/builders/vite/plugins
directory.
There are not unit tests for each of these plugins, but they are covered by E2E tests. So if pnpm test
passes after your changes, nothing is broken.
Is your feature request related to a bug?
Apart of #1677
What are the alternatives?
Leave it as is and not take advantage of the native rust code.
Metadata
Metadata
Assignees
Labels
contribution welcomegood first issueWant to contribute to WXT? This is a good place to startWant to contribute to WXT? This is a good place to start