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!
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
/dictdirectory path cannot resolve. Have to go into node_modules and copydictto 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!