UNPKG

@dennisreimann/vue-cli-plugin-ssr

Version:
10 lines (8 loc) 276 B
module.exports = (api, options) => { const outputPath = options.outputPath || './dist' return { distPath: api.resolve(outputPath), templatePath: api.resolve(`${outputPath}/index.html`), serviceWorkerPath: api.resolve(`${outputPath}/service-worker.js`), } }