vite-plugin-plain-text
vite-plugin-plain-text copied to clipboard
A Vite plugin transforms the rule-matched file as plain text.
Results
1
vite-plugin-plain-text issues
Sort by
recently updated
recently updated
newest added
This will be very convenient to migrate off the webpack's `raw-loader` for specific file types, which always return a default export from them. ## Before ```js import { plainText }...