- Execute
yarn --immutable
. This step is only necessary if you have not already done it, or if you change branches. - Execute
yarn run lint
.
- Execute
yarn --immutable
. This step is only necessary if you have not already done it, or if you change branches. - Execute
yarn run test
.
The following can (probably) be deleted from webpack configs:
fallback: {
'react/jsx-runtime': 'react/jsx-runtime.js',
'react/jsx-dev-runtime': 'react/jsx-dev-runtime.js',
},