-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
🪲 bug
- Operating System and version:
OS X 10.14.4 - Browser and version:
Chrome 73 on macOS (Mojave) - Steps to reproduce (including dashboard link): Upgraded React application configuration by using newer version of
babel7andwebpack4 - Description of issue:
mapd-crossfilteris failing with the following issue-
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels