1👍
✅
My solution was changing the import to
import Tokenizr from '@uidu/ckeditor5-tokenizr/src/tokenizr';
The full path name. I still don’t know why this was an issue because in the package.json within @uidu/ckeditor5-tokenizr there was this defined
"main": "src/tokenizr.js",
which I’m pretty sure should have found what I manually entered. Either way this fixed my issue for now.
Source:stackexchange.com