moos / wordpos

Part-of-speech utilities for node.js based on the WordNet database.
478 stars 41 forks source link

ReferenceError: ES6_IMPORT is not defined #33

Closed hjhimanshu01 closed 4 years ago

hjhimanshu01 commented 4 years ago

Hi there, i'm trying to import wordpos in a react project and I'm not sure that I'm doing it the right and and getting this error. ReferenceError: ES6_IMPORT is not defined, link to file in your repo Please can you tell me the exact way to use it with ES6

moos commented 4 years ago

See wordpos-web for usage in a web environment.

FYI: ES6_IMPORT is a placeholder that is replaced by a post build script defined in package.json.

hjhimanshu01 commented 4 years ago

@moos , Thanks for the info!