BrandonX

Results 23 comments of BrandonX

same issue. We cannot use source-map-explorer for bundle analysis

I refactor the code for vue3. We can support the third-party plugin now, like follows example. https://github.com/brandonxiang/vueleaflet/blob/next/examples/LCustomPlugin.vue

@matthewgisonno I use fastify/static for public resources ```javascript fastify.register(require('@fastify/static'), { root: path.join(__dirname, 'public'), }); ```

@ArCiGo did you install pbts for global? would you mind provide the test case as a repo?

https://github.com/brandonxiang/pb-to-typescript/commit/8bc78905036d4f3490bdd10de08cabf3328bd77c 已修复