UNPKG

rigjs

Version:

A multi-repos dev tool based on yarn and git.Rigjs is intended to be the simplest way to develop,share and deliver codes between different developers or different projects.

9 lines (7 loc) 232 B
const { defineConfig } = require('@vue/cli-service') console.log(process.env.PUBLIC_PATH) module.exports = defineConfig({ transpileDependencies: true, outputDir: process.env.OUTPUT_DIR, publicPath: process.env.PUBLIC_PATH })