npmrun

Results 7 comments of npmrun

`node_modules\astro-imagetools\integration\index.js` add this code ``` export default { name: "astro-imagetools", hooks: { "astro:config:setup": ......, // add this code async "astro:build:done"(){ const { default: closeBundle } = await import("../plugin/hooks/closeBundle.js"); await closeBundle()...

maybe you can try this: ![image](https://user-images.githubusercontent.com/62639956/126871107-3765698f-4bd2-4554-92df-8f20d7f26def.png) if not add this name, i get the same issue with you.

Maybe like this ![image](https://github.com/vitejs/vite/assets/62639956/4b304251-1471-4ea9-b96a-c1b20ad202c4) You can use `pnpm patch` to handle it temporarily.

![image](https://user-images.githubusercontent.com/62639956/216897434-f27d7d35-48a5-4b80-89b3-941a5360c74b.png) 还没改,可以在这个地方加点东西让它不重定向

厉害了,我是用gulp自动全部变成绝对路径好了,对pjax不熟 > > > 有一个类似的情况,我切换页面的时候hexo-tag-aplayer不显示,刷新一下才会加载。 > > > > > > 同遇到 > > 在适当位置添加以下代码即可 > > ```js > window.addEventListener('pjax:success', () => { > loadMeting(); > }); > ``` >...