-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tinymce dependency issue / Embroider compatibility #182
Comments
We may want to use https://www.npmjs.com/package/validate-peer-dependencies at some point to use |
Ember addon V2 ? https://github.com/adopted-ember-addons/ember-moment/blob/master/src/index.js |
Related meetup https://www.youtube.com/watch?v=5m40BCh3BGk |
We can use npm alias to use a private version of tinymce {
"dependencies": {
"tinymce": "npm:@concordnow/tinymce@^5.10.2-127"
}
} |
Move to addon v2 solve this issue #263 |
To support embroider,
We need to change tinymce dependency management as suggested in the following post
miragejs/ember-cli-mirage#1497
Npm equilavent to Yarn
resolutions
isoverrides
https://stackoverflow.com/questions/52416312/npm-equivalent-of-yarn-resolutions
npm/statusboard#343
However implementation is not complete.
Related commit:
349f14a
The text was updated successfully, but these errors were encountered: