Sze Ka Wai Raymond
Sze Ka Wai Raymond
resolve #7 add init script
As title We need some tests on the rewire function. Also we need to test the 'plugin' inside packages folder. Especially the create-react-scripts-ssr, create-react-scripts-dll and create-react-scripts-workbox.
This could make it compatible to create-react-app. Could do something like this let say your script name is `react-scripts-web` `create-react-app myapp --scripts-version react-scripts-web` Further Enhancement: Need to think an appropriate...
Ref: https://github.com/webpack/docs/issues/45
Waiting for Pull Request https://github.com/asfktz/autodll-webpack-plugin/pull/64
I am seeking table grid library for React. This looks very good to me as you do it in a different way compared with other library. I would treat this...
The output of index.d.ts. The `import React from 'react';` should be `import * as React from 'react'`, as React module does not export default module. We should not assume user...
Support like what React-apollo do for Query component. `class CustomQuery extends Query {}`