mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-17 20:10:34 +03:00
chore: update build header
This commit is contained in:
@@ -10,10 +10,13 @@ const pkg = require('../package.json')
|
||||
|
||||
const banner = `/**
|
||||
* vue-meta v${pkg.version}
|
||||
* (c) ${new Date().getFullYear()} Declan de Wet & Sébastien Chopin (@Atinux)
|
||||
* (c) ${new Date().getFullYear()}
|
||||
* - Declan de Wet
|
||||
* - Sébastien Chopin (@Atinux)
|
||||
* - All the amazing contributors
|
||||
* @license MIT
|
||||
*/
|
||||
`.replace(/ {4}/gm, '').trim()
|
||||
`
|
||||
|
||||
function rollupConfig({
|
||||
plugins = [],
|
||||
|
||||
Reference in New Issue
Block a user