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
OS X 10.14.4
Chrome 73 on macOS (Mojave)
babel7
webpack4
mapd-crossfilter
TypeError: Cannot set property 'resultCache' of undefined (function (exports) { crossfilter.version = "1.3.11"; exports.resultCache = resultCache; ...
This is my babel configuration -
"babel": { "plugins": [ "add-module-exports", "@babel/plugin-syntax-dynamic-import", [ "@babel/plugin-proposal-decorators", { "legacy": true } ], [ "@babel/plugin-proposal-class-properties", { "loose": false } ] ], "presets": [ [ "@babel/preset-env", { "modules": false } ], [ "react-app", { "helpers": false, "absoluteRuntime": false } ] ] }
And this is my webpack configuration -
https://gist.github.com/sandipp/282bbbc1d23e6e9c2d8e2b01dc1077d7
The text was updated successfully, but these errors were encountered:
Did you ever find a way to get around this issue? I am running into the same thing
Sorry, something went wrong.
@paradom Yeah, I did hacky fix changing into the library exports function.
exports
I am not really sure what you mean, would it be possible to show me what you changed?
No branches or pull requests
🪲 bug
OS X 10.14.4
Chrome 73 on macOS (Mojave)
babel7
andwebpack4
mapd-crossfilter
is failing with the following issue-This is my babel configuration -
And this is my webpack configuration -
https://gist.github.com/sandipp/282bbbc1d23e6e9c2d8e2b01dc1077d7
The text was updated successfully, but these errors were encountered: