webpack loader? #282
-
Previously: #213 I'm in the same boat as @jimkyndemeyer where I'd like to use TypeScript without requiring Babel. I think a simple way to achieve this would be to make a webpack loader for vanilla-extract that allows for users to chain loaders like: {
test: /\.css\.ts$/,
use: [
"@vanilla-extract/loader",
"ts-loader"
]
}, I'd love to hear your thoughts on this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is definitely something we're considering doing to align webpack with the other integrations. |
Beta Was this translation helpful? Give feedback.
-
This should be resolved as of |
Beta Was this translation helpful? Give feedback.
This should be resolved as of
@vanilla-extract/[email protected]
.