gulpjs / interpret

A dictionary of file extensions and associated module loaders.
MIT License
259 stars 47 forks source link

solving issue i.e Adding tsx loader #101

Closed aybanda closed 1 month ago

aybanda commented 1 month ago

Add tsx loader support for Webpack configuration

Description

This PR adds support for using the tsx loader with our Webpack configuration, leveraging esbuild-kit for improved performance and simplified setup.

Changes