public_html/src/buildVue.js
Function build
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async function build(filePath, isWatched = false) {
const outputFile = `../${filePath.replace('.js', '.vue.js')}`
const inputOptions = {
input: filePath,
external: 'vue',