Skip to content
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

Build to single file #13

Open
buildbreakdo opened this issue Mar 16, 2018 · 1 comment
Open

Build to single file #13

buildbreakdo opened this issue Mar 16, 2018 · 1 comment

Comments

@buildbreakdo
Copy link

buildbreakdo commented Mar 16, 2018

Have a project that has added this as a dependency. This project uses webpack to resolve all dependencies into a single build file. Current understanding is because this project is not built into a single file, it tries to resolve it within my project. The /dict directory path cannot resolve. Have to go into node_modules and copy dict to my root directory for it to resolve.

Would you be open to adding webpack and building this project to a single file? Happy to do the leg work for you and make a pull request. Thanks for this!

@moos
Copy link
Owner

moos commented Sep 6, 2018

Not sure how you plan to use this. This is not a browser module -- the files have strict format specified by the WordNet DB, and are meant to be used by a server-side reader such as wordpos. If you are asking about server-side usage, I'd suggest simply excluding these from any webpack processing. Hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants