2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-14 17:42:23 +03:00
Files
vue-ganttastic/bili.config.js
T
2020-03-16 20:20:59 +01:00

11 lines
127 B
JavaScript

module.exports = {
banner: true,
output: {
extractCSS: false,
},
plugins: {
vue: {
css: true
}
}
};