markshapiro / webpack-merge-and-include-globally

Merge multiple files (js, css..) and include by running them "as is". Supports minify by custom transform and wildcard paths.
MIT License
102 stars 27 forks source link

Write this plugin in TypeScript #60

Open aspirisen opened 3 years ago

aspirisen commented 3 years ago

What do you feel about TypeScript? Maybe it would be good to write this plugin in TS. That would improve developer experience, at least you will have great autocomplete. Webpack 5 goes with TS type definitions that are pretty good. I could conduct the migration. Thanks.