K
Size: a a a
K
ЮЧ
InputFormComponent
нужно добавить else { return null }
K
K
VC
ЮЧ
ЮЧ
A
ЮЧ
ЮЧ
А
ЮЧ
const react = require('@neutrinojs/react');
module.exports = {
options: {
mains: {
index: {
// outputs index.html from src/index.*
entry: 'index',
// Additional options are passed to html-webpack-plugin, and override
// any defaults set via the preset's `html` option.
title: 'Site Homepage',
},
admin: {
// outputs admin.html from src/admin.*
entry: 'admin',
title: 'Admin Dashboard',
},
account: {
// outputs account.html from src/user.* using a custom HTML template.
entry: 'user',
inject: true,
template: 'my-custom-template.html',
},
},
},
use: [react()],
};
А
ЮЧ
А
ЮЧ
А
RP