You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know who this should be assigned to.
webpack 3.10.0
webpack 4.5.0 also have same problem. @Brooooooklyn You can take a look.
{test: /\.tsx?$/,exclude: /node_modules/,use: [{loader: "cache-loader"},// {// loader: "thread-loader",// options: {// // there should be 1 cpu for the fork-ts-checker-webpack-plugin// workers: require("os").cpus().length - 1// }// },{loader: "react-hot-loader/webpack"},{loader: "ts-loader",options: {// transpileOnly: true,happyPackMode: true,// IMPORTANT! use happyPackMode mode to speed-up compilation and reduce errors reported to webpackgetCustomTransformers: ()=>({before: [tsImportPluginFactory({style: true})]}),compilerOptions: {module: "esnext"}}}]}
The text was updated successfully, but these errors were encountered:
There was some workarounds to avoid the conflict between ts-loder and thread-loader/happypack, I will create a minimal example to show a workaround when I have time.
I don't know who this should be assigned to.
webpack 3.10.0
webpack 4.5.0 also have same problem.
@Brooooooklyn You can take a look.
The text was updated successfully, but these errors were encountered: