mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-14 17:42:23 +03:00
4639d75fbe
Wrote README.
11 lines
127 B
JavaScript
11 lines
127 B
JavaScript
module.exports = {
|
|
banner: true,
|
|
output: {
|
|
extractCSS: false,
|
|
},
|
|
plugins: {
|
|
vue: {
|
|
css: true
|
|
}
|
|
}
|
|
}; |