shabby 发表于 2022-12-2 11:14:27

wwwwwllllk 发表于 2022-12-1 21:13
发现确实有了映射了,但是我见过build以后的代码也可以进行source-map映射(就是打包上传的代码,我记得谷 ...


这个 source-map 就是在 build 模式下的生成的呢,serve 模式的 source-map 是 vite 本身就支持的

> 不知道是怎么设置的

如果你指的是开启和配置 build 模式下的 source-map

你可以看此处 (https://github.com/lisonge/vite-plugin-monkey/blob/eace20f3bb53e1358b4b04c6745be731a11757b4/packages/vite-plugin-monkey/src/node/types.ts#L316) 的文档

wwwwwllllk 发表于 2022-12-6 22:49:19

shabby 发表于 2022-10-14 11:04
你好,我是 vite-plugin-monkey 的作者,首先谢谢你推荐我写的工具
1.关于你说的 “有没有一种可能,使用rol ...

哥哥,在脚手架项目使用GM_SETVALUE,油猴中特有的方法会报错。这种有解决方案吗

shabby 发表于 2022-12-7 13:26:36

> (forum.php?mod=redirect&goto=findpost&pid=45843&ptid=3399)
> > 哥哥,在脚手架项目使用GM_SETVALUE,油猴中特有的方法会报错。这种有解决方案吗 ...

你可以在 <https://github.com/lisonge/vite-plugin-monkey/issues/new> 提出你的问题

展示你在代码里是如何使用 GM_SETVALUE 的

shabby 发表于 2022-12-7 14:38:06

wwwwwllllk 发表于 2022-12-6 22:49
哥哥,在脚手架项目使用GM_SETVALUE,油猴中特有的方法会报错。这种有解决方案吗 ...

插件的 GM_api 使用教程在(https://github.com/lisonge/vite-plugin-monkey/blob/main/README_zh.md#esm-gm_api)

示例之一在 (https://github.com/lisonge/vite-plugin-monkey/blob/eace20f3bb53e1358b4b04c6745be731a11757b4/playground/example/src/main.ts#L24)

---

另外,下次如果遇到报错可以顺便一次性把运行环境,报错日志贴出来,这样查找原因更方便

wwwwwllllk 发表于 2022-12-7 18:44:10

shabby 发表于 2022-12-7 14:38
插件的 GM_api 使用教程在(https://github.com/lisonge/vite-plugin-mon ...

好的!!!!!!!!

周洋 发表于 2022-12-11 12:23:52

不明觉厉,,,先收藏下,以后在研究
页: 1 [2]
查看完整版本: 基于vite和rollup的两种油猴工程化方案