Sergey Markov
Sergey Markov
Added babel with plugins. Updated webpack and webpack config file. Used react.
Was: [name]_[chankcache]/./node_modules/... (not displayed in Firefox debbuger) Became: webpack://./node_modules/... It should not have side effects for build without "inherit.devtool: source-map"
This fixed the issue #31. This solution should work in Webpack 2/3/4. I can not test this solution today, because I do not have a project on angularjs. But I...
For example `${packages}`, `${file}` and etc. The full list SublimeText variables: https://www.sublimetext.com/docs/3/build_systems.html#variables The function `substitute_variables` was taken from SublimeLinter sources.
Fix for #2593 * Removed duplicated babel loaders
Fix for #2592. https://github.com/visgl/react-map-gl/blob/master/docs/api-reference/map.md#maxzoom-number-maxzoom
**Describe the bug** I found that any state update rerenders almost all UI. This looks like some core state management issue. **To Reproduce** Steps to reproduce the behavior: 1. Enable...