benchmark/vue.config.js (5 lines of code) (raw):

const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ publicPath: './', transpileDependencies: true })