react-refresh-webpack-plugin icon indicating copy to clipboard operation
react-refresh-webpack-plugin copied to clipboard

feat: add support for ts-loader without transpileOnly

Open julienv3 opened this issue 3 years ago • 0 comments

This change adds support for ts-loader integration without having to set it to transpileOnly.

This is useful since transpileOnly results in increased bundle sizes due to several optimizations becoming impossible, e.g. const enum definition removal.

julienv3 avatar Jul 25 '22 17:07 julienv3