Stanyslas Bres
Stanyslas Bres
Anything new for this PR ? It would be really useful to have this option ! It's not that I don't like `sed` but... 😅
Hello @HamedFathi, You need to place this code under the `chainWebpack` property of the exported module. ```javascript // vue.config.js module.exports = { chainWebpack: config => { // here you can...
@eakarpov This seems to be related to [thread-loader](https://github.com/webpack-contrib/thread-loader), The workaround proposed in [this issue](https://github.com/vuejs/vue-cli/issues/2171) is to simply disable **thread-loader**. Because this will slow down the build, you can disable it...
@eakarpov Hello, here's my current configuration file with which I get the precious `.d.ts` files ! ```javascript // vue.config.js module.exports = { configureWebpack: config => { if(process.env.NODE_ENV === 'production') {...
Very interesting, thank you @LinusBorg :)
Hey @alexcanessa did you have some time to take a look at my PR 🙏
👋 @alexcanessa, any updates on this ? Looking at the reactions on the PR it looks like some people would like to see this merged 😅
Hey @alexcanessa, is it possible to release it on NPM with this change included please ?
Thanks @alexcanessa, you rock!
Looks like a duplicate of #167, which is still happening for me as well