Jean-Michel FRANCOIS
Jean-Michel FRANCOIS
Following #103 I propose here to follow the proposal of @TrySound so you can choose: ``` replace plugin 2.7K hoist-non-react-statics.cjs.js 15K hoist-non-react-statics.js 3.4K hoist-non-react-statics.min.js without react-is from #103 2.7K hoist-non-react-statics.cjs.js...
Issue: can t use hoist-non-react-statics as UMD in a browser: process.env is undefined https://unpkg.com/browse/[email protected]/dist/hoist-non-react-statics.js line 58 we see it why: Current UMD build contains react-is but not ready to be...
I need that lib for a current work I m doing. I have updated babel. I have also removed the shim it embed. IMO the app decide to add shims,...
- `polished` version: 3.6.0 ## What You Are Seeing I see global variable for package that do not exists in UMD. It exists since 3.6.0 version. 3.5.2 is working well:...
following semver is OK. We are not able to minimize duplicates in our current projects which use reactour except by using force resolution from yarn. So I propose here a...
**What is the problem this PR is trying to solve?** if your css / scss rely on a file that is in your assets folder it fails **What is the...
**What is the problem this PR is trying to solve?** the command talend-scripts is manly used on ci and few times by developers. When npm install or yarn install is...
**What is the problem this PR is trying to solve?** i18next extractions options are not well maintained. https://www.i18next.com/how-to/extracting-translations#2-using-an-extraction-tool * i18next-scanner * i18next-parser * babel-plugin-i18next-extract **What is the chosen solution to...
**What is the problem this PR is trying to solve?** glob-parent fall into a security issue: ``` Affected versions < 5.1.2 ``` We have it because of storybook and i18next-scanner...
**What is the problem this PR is trying to solve?** It is time consuming to align libraries and some times hard to spot. **What is the chosen solution to this...