mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
wording
This commit is contained in:
parent
d3701c9618
commit
6c1c3e5da0
@ -43,7 +43,7 @@ async function build(commandLineArgs) {
|
||||
unpkg,
|
||||
} = pkg.toJSON()
|
||||
|
||||
const plugins = [
|
||||
const basePlugins = [
|
||||
resolve(),
|
||||
commonjs(),
|
||||
vuePlugin(),
|
||||
@ -82,7 +82,7 @@ async function build(commandLineArgs) {
|
||||
...Object.keys(pkg.peerDependencies || {}),
|
||||
],
|
||||
plugins: [
|
||||
...plugins,
|
||||
...basePlugins,
|
||||
typescript({
|
||||
tsconfigOverride: {
|
||||
compilerOptions: {
|
||||
@ -115,7 +115,7 @@ async function build(commandLineArgs) {
|
||||
'vue',
|
||||
],
|
||||
plugins: [
|
||||
...plugins,
|
||||
...basePlugins,
|
||||
typescript({
|
||||
tsconfigOverride: {
|
||||
compilerOptions: {
|
||||
|
Loading…
Reference in New Issue
Block a user