We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not a big deal, but when using this with webpack/babel, the following doesn't work:
import polygonClipping from 'polygon-clipping';
You are forced to used the require syntax in order for the module to be found.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report @goldfire, appreciate it
I'm going to fix this in the next version so the import syntax you have above works, but it looks like on the current version (0.7) you can do
import * as polygonClipping from 'polygon-clipping'
Sorry, something went wrong.
ac81217
No branches or pull requests
Not a big deal, but when using this with webpack/babel, the following doesn't work:
You are forced to used the require syntax in order for the module to be found.
The text was updated successfully, but these errors were encountered: