react-esc-render-jss
v5.0.1
Published
JSS intergration for React-ESC
Downloads
49
Maintainers
Readme
React-ESC-JSS
// TODO
How to overwrite JSS settings
The .esc-config.js
module.exports = {
...rest of your config
jss: {
options: {
// Your custom options here
}
}
}