Daniel Ruf
Daniel Ruf
@ashwanth1109 hm, interesting. Maybe there is some bug in your version or you have to delete node_modules and try again. Best is to ask in the pnpm community for help.
I would vote for "revert to 2.8.3 and freeze / pin".
Is there already some working example with keyboard shortcut to trigger the extension popup? Another issue (https://github.com/PlasmoHQ/plasmo/issues/708) links to https://developer.chrome.com/docs/extensions/reference/action/#method-openPopup but I'm not sure if this is supported in Chrome...
The component is created like this: 
> `_s` is `RefreshSig` as well, why didn't THAT throw, but throw below? That function context is likely lost somehow (?)... And where does this ComponentNew comes from? The Parcel...
Some webpack plugins have documented some workarounds and solutions: https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/docs/TROUBLESHOOTING.md#usage-with-indirection-like-workers-and-js-templates
html-minifier-terser is an independent library for compressing html code. From my side there are no plans to create a plugin for grunt, gulp, webpack, rollup and so on. The adoption...
The mentioned plugin is already linked at https://github.com/terser/html-minifier-terser#nodejs Since html-minifier-terser is a direct fork of html-minifier, it should be possible for the grunt plugin maintainers to easily migrate to the...
I can not really follow. peerDependencies are not meant to be like this (also not everyone uses npm >= 7). Even html-webpack-plugin uses html-minifier-terser as normal dependency. Multiple packages which...
Thanks for your suggestion but this is out of scope of a minifier.