Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: charshin/redux-form-sui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: charshin/redux-form-sui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.16.0
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
// * We don't use prettier-eslint,
// * but use eslint with prettier rule.
"prettier.eslintIntegration": false,
"editor.formatOnSave": true
}
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ module.exports = {
webpack will handle the syntax.
*/
'@babel/plugin-syntax-dynamic-import',
['@babel/transform-runtime', { useESModules: es }],
['@babel/plugin-transform-runtime', { useESModules: es }],
'react-require',

...(es ? [] : ['@babel/transform-modules-commonjs', 'dynamic-import-node']),
Loading