mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-17 08:40:33 +03:00
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
module.exports = {
|
|
publicPath: '',
|
|
outputDir: process.env.NODE_ENV === 'production' ? 'dist/' : 'demo/',
|
|
css: { extract: false },
|
|
productionSourceMap: false,
|
|
}
|