2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 22:52:24 +03:00

fix: rollup paths

This commit is contained in:
pimlie
2019-02-11 00:09:21 +01:00
parent 78f2c46c20
commit bfbd18189b
+2 -2
View File
@@ -4,7 +4,7 @@ import json from 'rollup-plugin-json'
import buble from 'rollup-plugin-buble'
import { terser } from 'rollup-plugin-terser'
const pkg = require('./package.json')
const pkg = require('../package.json')
const banner = `/**
* vue-meta v${pkg.version}
@@ -14,7 +14,7 @@ const banner = `/**
`.replace(/ {4}/gm, '').trim()
const baseConfig = {
input: './src/index.js',
input: 'src/index.js',
output: {
file: pkg.web,
format: 'umd',