'use strict' module.exports = { outputDir: 'dist', dev: { publicPath: '/', port: 8080, }, build: { publicPath: './', }, }