mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

Add tsx to disabled_extensions #82

Closed antonyoneill closed 6 years ago

antonyoneill commented 6 years ago

Firstly I'd like to say a huge thanks for all your hard work that's gone into this bundle. It's allowing me to pry the legacy assetic service out of our code.

We use Typescript heavily within our React components and as such have a bunch of files with the tsx extension. It'd be great to have this extension enabled for webpack by default so I don't have to define all your existing disabled_extensions and tsx in the config file.

mariusbalcytis commented 6 years ago

Thanks!