You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using NPM as the method to install EpicEditor, and then building the application (using WebPack for example), the main entry point JS file is not resolved.
Ie. These don't work.
var EpicEditor = require('epiceditor');
import EpicEditor from 'epiceditor';
The package.json is missing the main declaration that tells the builder which is the entrypoint file.
The text was updated successfully, but these errors were encountered:
When using NPM as the method to install EpicEditor, and then building the application (using WebPack for example), the main entry point JS file is not resolved.
Ie. These don't work.
The
package.json
is missing themain
declaration that tells the builder which is the entrypoint file.The text was updated successfully, but these errors were encountered: