lisonge / vite-plugin-monkey

A vite plugin server and build your.user.js for userscript engine like Tampermonkey, Violentmonkey, Greasemonkey, ScriptCat
MIT License
1.31k stars 70 forks source link

BUG : `@antifeature` #61

Closed Malix-Labs closed 1 year ago

Malix-Labs commented 1 year ago

Exemple

...
userscript: {
    ...
    antifeature: {
        type: "tracking",
        description: "test"
    },
    ...
},
...

build:

// @antifeature  trackingtest

Cause

41

lisonge commented 1 year ago

It's caused by https://github.com/lisonge/vite-plugin-monkey/pull/41

Before the bug was not fixed, you can use

$extra: [['antifeature', 'ads         We show you ads']],
lisonge commented 1 year ago

fixed in v3.0.2