Skip to content

Commit bfbd181

Browse files
committed
fix: rollup paths
1 parent 78f2c46 commit bfbd181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rollup.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import json from 'rollup-plugin-json'
44
import buble from 'rollup-plugin-buble'
55
import { terser } from 'rollup-plugin-terser'
66

7-
const pkg = require('./package.json')
7+
const pkg = require('../package.json')
88

99
const banner = `/**
1010
* vue-meta v${pkg.version}
@@ -14,7 +14,7 @@ const banner = `/**
1414
`.replace(/ {4}/gm, '').trim()
1515

1616
const baseConfig = {
17-
input: './src/index.js',
17+
input: 'src/index.js',
1818
output: {
1919
file: pkg.web,
2020
format: 'umd',

0 commit comments

Comments
 (0)