rekit
rekit copied to clipboard
IDE and toolkit for building scalable web applications with React, Redux and React-router
Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 3.2.3. Changelog Sourced from async's changelog. v3.2.3 Fix bugs in comment parsing in autoInject. (#1767, #1780) v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
通过 rekit create ReactApp npm install npm test 创建项目之后没有做别的改动, 测试用例报错如下: ` FAIL tests/features/examples/CounterPage.test.js-- expected a string (for built-in components) or a class/function (for composite components) examples/CounterPage × renders node with...
Hello,thank you for the rekit framework! Would you consider adding `HashedModuleIdsPlugin` to the default webpack configuration of the rekit framework? ``` plugins: [ ... new webpack.HashedModuleIdsPlugin(), ].filter(Boolean), ``` [HashedModuleIdsPlugin](https://v4.webpack.js.org/plugins/hashed-module-ids-plugin) :...
`# npm install rekit@next -g` ``` # npm ls -g | grep rekit +-- [email protected] | `-- [email protected] ``` ``` # rekit install redux-saga [2020-03-17 04:55:05.733] [info] Plugin installed successfully:...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Cant create a custom plugin using this guide http://rekit.js.org/docs/cli.html. rekit: error: argument "commandName": Invalid choice: create-plugin (choose from [create, list, install, uninstall, add, remove, rm, move, mv]) Or is there...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Hello. I have a project stuck on [email protected] and I wish to upgrade to rekit 3, but everytime I try it fails. If I update rekit-core and rekit-studio to latest...