fix: fix postinstall script

This commit is contained in:
Justineo
2021-03-09 10:36:48 +08:00
parent 9e14357510
commit e543866b4d
7 changed files with 18 additions and 14 deletions

View File

@ -2,7 +2,7 @@ import { readFileSync } from "fs";
const VUE_DEMI_IIFE = readFileSync(
require.resolve("vue-demi/lib/index.iife.js"),
"utf-8"
"utf8"
);
/** @type {import('rollup').Plugin} */