dfad7b89ab
* fix: esm/cjs exports * fix: guard visibility state WebAPI * fix: nextjs styled-components imports * fix: add ethers' optional deps * fix: document access in useHasFocus * fix: suffix babel-plugin-macros config for commonjs * chore: rollup sourcemaps * chore: export fonts separately * chore: mv redux to peer dep * fix: run tests off cjs config * fix: run cosmos off cjs config
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"watchDirs": [
|
|
"src"
|
|
],
|
|
"webpack": {
|
|
"configPath": "react-scripts/config/webpack.config",
|
|
"overridePath": "cosmos.override.cjs"
|
|
},
|
|
"port": 5001
|
|
} |