Results 8 comments of Small

However, it does not work. You need to find a better way to do that, or just remove it. As for the archive thumbnails, what about just use the background?

OK, up to you.

Sorry, but my company is not using CI any more. So I think I won't create a extension.

I have solved this problem. Add `build: { sourcemap: true, },` to vite.config.js and it should work fine. This plugin depends this config to generate sourcemap. BTW, need to disable...

> @smallp this doesn't help me. I have latest version of vite (2.7.13), vite-plugin-vue2 (1.9.3) and unplugin-vue-components (0.17.14), build.sourcemap is set to true in vite config, but I still get...

@Djaler Yes, the source map of build result is wrong. But you can use `npm run dev`. That works fine.

> Sure, but I need correct maps in production, because of Sentry Sorry, I'm not able to help you. I dont know the process of building.