-
Notifications
You must be signed in to change notification settings - Fork 139
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
[Feature]: support ?raw
for ts
#3435
Comments
you could try use https://rsbuild.dev/plugins/list/plugin-svgr#svgroptionsexporttype |
see #3070 |
|
I tried all the parameters of
Without this feature, I find it difficult to migrate painlessly from vite |
This feature will be tracked here: #3778 Closed as duplicate. |
What problem does this feature solve?
import LODASH_array from '@types/lodash/common/array.d.ts?raw';
I want to return a string
What does the proposed API look like?
As intuition suggests, any file should only return a string after concatenating this suffix
The current situation is that this suffix function only supports files other than ts like 'txt' etc....
The text was updated successfully, but these errors were encountered: