Skip to content

Commit

Permalink
fix: fix builds including prosemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Feb 8, 2023
1 parent a8f2901 commit a380ec4
Show file tree
Hide file tree
Showing 52 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-blockquote/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-bold/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-bubble-menu/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-bullet-list/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-character-count/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-code-block-lowlight/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-code-block/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-code/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-collaboration-cursor/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-collaboration/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-color/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-document/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-dropcursor/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-floating-menu/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-focus/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-font-family/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-gapcursor/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-hard-break/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-heading/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-highlight/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-history/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-horizontal-rule/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-image/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-italic/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-link/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-list-item/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-mention/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-ordered-list/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-paragraph/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-placeholder/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-strike/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-subscript/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-superscript/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-table-cell/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-table-header/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-table-row/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-table/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-task-item/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-task-list/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-text-align/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-text-style/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-text/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-typography/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-underline/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/extension-youtube/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/html/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/react/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/starter-kit/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/suggestion/rollup.config.js
Expand Up @@ -9,6 +9,7 @@ import typescript from 'rollup-plugin-typescript2'
import pkg from './package.json'

export default {
external: [/@tiptap\/pm\/.*/],
input: 'src/index.ts',
output: [
{
Expand Down

0 comments on commit a380ec4

Please sign in to comment.