-
### Scope
Improves an existing behavior
### Compatibility
- [ ] This is a breaking change
### Feature description
I've mentioned this on discord, but figured I'd create some issues to have this p…
-
- Rollup Version: v0.66.0
- Operating System (or Browser): OpenSUSE Leap 15
- Node Version: v10.10.0
### How Do We Reproduce?
When trying out `process.env.NODE_ENV`, it seems that Rollup…
-
### Which React Vant packages are impacted?
- [ ] `react-vant` (React Vant core)
- [ ] `react-vant-icons`(React Vant Icon)
### What version of React Vant are you using?
"react-vant": "^3.0…
-
Dunno whether or not you plan to remove es5 from 3.7 branch, but the es5 generated code currently contains es6 keywords, mainly "let" (I'm not an expert).
-
I think the preferred way to use lodash is to use one of the following statements:
```js
import { pick } from 'lodash';
const { pick } = require('lodash');
```
However, there are some issues …
-
Running `npm run build` with the current configuration will bundle some bits of `jspsych` and some bits of `@jspsych/plugin-html-keyboard-response` in the dist file. This seems like it could create co…
-
The goal of this issue is integrate `swagger-client@3.19.0-beta.*` into dependency tree. swagger-client@3.19.0-beta.* should be the only version used while building the bundle, duplicates needs to be …
-
**Is your feature request related to a problem? Please describe.**
The build size will grow quite a lot if #17 is merged due to adding the `ramda` and `monet` libraries.
**Describe the solution yo…
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.…
-
Hi,
I've recently came across an issue with React, when in development mode react was really slow.
I've tried everything, until in a desperate move I've loaded my app using react-scripts, which us…