We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecc0b7 commit ab66874Copy full SHA for ab66874
README.md
@@ -72,7 +72,7 @@ $ npm start
72
### Write Webpack Config `webpack.config.js`
73
74
```js
75
-const easywebpack = require('easywebpack-react');
+const easywebpack = require('@easy-team/easywebpack-react');
76
const webpack = easywebpack.webpack;
77
const merge = easywebpack.merge;
78
const webpackConfig = easywebpack.getWebpackConfig({
@@ -105,7 +105,7 @@ webpack --config webpack.config.js
105
106
107
const webpackConfig = require('./webpack.config.js');
108
109
const webpackTool = new WebpackTool();
110
// development mode
111
easywebpack.server(webpackConfig);
0 commit comments