Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate use of selection JSON ID cell Still appearing #457

Open
chjans opened this issue Mar 10, 2023 · 0 comments
Open

Duplicate use of selection JSON ID cell Still appearing #457

chjans opened this issue Mar 10, 2023 · 0 comments

Comments

@chjans
Copy link

chjans commented Mar 10, 2023

          Still appearing on Node. 

Wanted to switch from Webpack (via Laravel-Mix) to Vite... TipTap only thing not working.. crashes 20h of work.

Reproduction:
System: OSX ARM
NPM: 8.5.0

clone https://github.com/ryuhojin/vite-vue2-simple-starter

in main.js

import ElementUI from 'element-ui';
import {ElementTiptapPlugin} from 'element-tiptap'
Vue.use(ElementTiptapPlugin, {});
import 'element-tiptap/lib/index.css';

Working fine in dev-mode-server.
Crashes Production though. Fixes not working.

Originally posted by @chjans in #66 (comment)

Same here. Switch from Vite to webpack. Global Import.
Vite dev working like a charm, production outputs the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant