juristr / webpack-typescript-starter

A simple Webpack 2 + TypeScript starter
126 stars 49 forks source link

enable es-next and typescript in build (dist) #23

Closed ranbuch closed 5 years ago

ranbuch commented 5 years ago

Related to this feature request I've added a build option that enables ES-Next and typescript on the dist folder so the so the developer will be able to import the script and not just inject the code as a script tag.