George Carpow
George Carpow
Hello @Gramatiik! I've already tried to use this config property for modifying webpack configuration. ```javascript chainWebpack: config => { config.module .rule('ts') .use('ts-loader') .loader('ts-loader') .tap(opts => { opts.transpileOnly = false; opts.happyPackMode...
@Gramatiik it seems like the proposal in thread-loader issue does not fix the problem. There are yet no declarations after build.
@Gramatiik I copied your config and do not receive .d.ts files after production build :(
The same error for me with JAVA compat 1.8