changfuguo
changfuguo
``` gulp.task('client-server', function(cb){ var nodeModules = {}; fs.readdirSync('node_modules') .filter(function(x) { return ['.bin'].indexOf(x) === -1; }) .forEach(function(mod) { nodeModules[mod] = 'commonjs ' + mod; }); console.log(`start client-server ${SERVER_JS_PATH}`) webpack({ entry: {...
``` preComponents={[{ gaeaKey: "antd-layout", components:[{ name: 'ant-button', props: { text: '123' } },{ name: 'ant-row', props: { } }] }]} ``` 如上面所示,在preComponents配置了下,只是在左边菜单去掉了ant-layout, 多出来两个row和button,然后拖拽进去的还是layout,不知道这个配置有啥用? 另外我有个需求是,比如antd的layout,我想通过配置把header 和sider footer content 展示出来,能否在layout的动态添加上这些挂件之后,把她们在layout内部搞成一个container呢?
启动起来之后,报个错 ``` Uncaught ReferenceError: Save is not defined at Module../src/plugins/view-mode/index.tsx (main.ceba.js:37295) at __webpack_require__ (main.ceba.js:732) at fn (main.ceba.js:109) at Module../src/gaea-editor.component.tsx (main.ceba.js:29590) at __webpack_require__ (main.ceba.js:732) at fn (main.ceba.js:109) at Module../src/index.tsx (main.ceba.js:29808) at...
> for examle, when update hot-middleware ``` "webpack": "^3.10.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.0", ``` > the problem lead to all the changes were executed again when page refresh ,can you...
@mjohnston hi , tkank you for the great work~ here i just give some suggestions: 1) when start rnws first time , we can write the ( from package.json) externals...
after embed react native into my app ,debug can not work,how to make it work??