mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-15 09:42:24 +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 = [],
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
import env from 'node-env-file'
|
||||
import { browser as startBrowser } from 'tib'
|
||||
import { createBrowser } from 'tib'
|
||||
|
||||
const browserString = process.env.BROWSER_STRING || 'puppeteer/core'
|
||||
|
||||
@@ -21,7 +21,7 @@ describe(browserString, () => {
|
||||
}
|
||||
}
|
||||
|
||||
browser = await startBrowser(browserString, {
|
||||
browser = await createBrowser(browserString, {
|
||||
BrowserStackLocal: { folder },
|
||||
extendPage(page) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user