mariusbalcytis / webpack-bundle

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

Enable config file in Typescript #85

Closed lsagetlethias closed 2 years ago

lsagetlethias commented 6 years ago

What kind of change does this PR introduce? This PR add a way to write and use webpack config file in Typescript. It must be manually enabled like described in the README. It's a new feature.

If relevant, link to documentation update: https://webpack.js.org/configuration/configuration-languages/#typescript

Does this PR introduce a breaking change? No.

Other information The same kind of work can be made with the other input format : coffee, jsx, and babel.