2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-17 08:40:33 +03:00
Files
vue-ganttastic/vue.config.js
T
2021-10-15 00:19:56 +03:00

7 lines
168 B
JavaScript

module.exports = {
publicPath: '',
outputDir: process.env.NODE_ENV === 'production' ? 'dist/' : 'demo/',
css: { extract: false },
productionSourceMap: false,
}