Showing 2 of 12 total issues
Function render
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { onToggleDrawer, layout } = this.props;
return (
Function func
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
func: () => {
const dest = `${getStaticDir(config)}/styles`;
const vendorFileName = hasServer ? 'server-vendor' : 'vendor';
const basisAssetsPath = './node_modules/basis-assets/dist/server/styles';