webpack-userscript icon indicating copy to clipboard operation
webpack-userscript copied to clipboard

A Webpack plugin for userscript projects. 🙈

Results 8 webpack-userscript issues
Sort by recently updated
recently updated
newest added

I have written a configuration with the `@icon` item as a base64-encoded image like this: ```js new UserscriptPlugin({ headers: { // ... icon: 'data:image/x-icon;base64,...', // ... } }) ``` There...

good first issue

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.16 to 3.9.19. Release notes Sourced from vm2's releases. 3.9.19 Fixes https://github.com/patriksimek/vm2/commit/cfa3fc6f81be05ce9ed08a79a406ebe3b61ead3e: Fix resolver issue. 3.9.18 New Features https://github.com/patriksimek/vm2/commit/dd81ff616ff528de5dc7a1cf2939de3d3701539d: Add resolver API to create a shared resolver...

dependencies

Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2. Release notes Sourced from yaml's releases. v2.2.2 This patch release includes a fix for an error that could be thrown in parseDocument for degenerate...

dependencies

Is it possible to write userscripts in TypeScript? Could you please provide an example project setup for this?

good first issue
question

Hi, Even with the use of proxy script and setting Tampermonkey's externals update interval to always, I noticed the old version of script would remain active for one or two...

good first issue

I want to use a webpack config written in TypeScript in my project, but I get an error message if I remove UserscriptPlugin from the configuration, then everything works. What...

I want to use a webpack config written in TypeScript in my project, but I get an error message if I remove UserscriptPlugin from the configuration, then everything works. What...

Does this plugin support raw header in webpack entry file or standalone metajs? I expected it to extract the userscript header from entry file and prepend to webpack output, but...