Replies: 1 comment 1 reply
-
|
Please create reproducible test repo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
recently I added a new package like the following:
import Editor, { createEditorStateWithText, composeDecorators } from '@draft-js-plugins/editor';
but seems after webpack parse, it shows the following error. seem it always parse @ to ../../
how to solve this issue?
Module not found: Error: Can't resolve '../../draft-js-plugins/editor'
Beta Was this translation helpful? Give feedback.
All reactions