react-refresh-webpack-plugin
react-refresh-webpack-plugin copied to clipboard
feat: add support for ts-loader without transpileOnly
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.