Simon Tretter

Results 147 comments of Simon Tretter

As this still blocks us from upgrading to postcss8, is there anything to help to get this thing going? :)

@clarkdo I was just looking into the postcss8 module, but it only adapts some configs, it hasn't included the webpack (webpack/src/utils/postcss-v8.js) configuration, therefore adding it to the module is not...

Any chance to get this into nuxt2 or/and nuxt 3? :) I'm eager to find out due to the reason that the approach we are using right now (external postcss...

Yes, absolute fine to me, no worries :-) i would do it myself, unfortunately couldn't find time yet and the issue itself is not relevant anymore to us... ;-)

Hi @fritzy , thanks for coming back to me. It's not about the registry authentication, it's about the http authentication (Basic auth), and also about the network port. The issue...

Stumpled upon the same thing, I just took https://github.com/axios/axios and upgraded all deps to: ``` { "bundlesize": "^0.18.0", "coveralls": "^3.1.0", "es6-promise": "^4.2.8", "grunt": "^1.3.0", "grunt-banner": "^0.6.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0",...

Strange, what I did besides the package.json was removing uglify from webpack config and and rmeove the comment /*global toString:true*/ from utils.js. I guess you did probabaly the same, what...