Daniel Almaguer

Results 29 comments of Daniel Almaguer

From https://github.com/mozilla/source-map/issues/247 comments: >Changing preact to use a newer version of rollup fixed the preact source map. Might need to do the same here.

It would definitely be a nice thing to have. My use case: I want to be able to use both, raw html imports and templateCache. I tried to refactor an...

Would love this too 💯

Would love to have this built in one day

I'm having the same issue. Went from `24s` to `345s` when bumping TS from `3.3.4000` to `3.4.3`

Any updates on this? I would also like to use `.pem`s

I'm experiencing the same issue when combined with `file-loader` + `oneOf`. Simplified repro on webpack 5, modified `example/webpack.config.js` to: ```js const InjectPlugin = require('..').default; module.exports = { entry: './entry.js', mode:...

Sorry to revive this but damn just found this, and looks 💯. Since this project is now marked as deprecated do you guys have any suggestions of how to sanely...