webpack-typescript-react
webpack-typescript-react copied to clipboard
Webpack bundling error caused by `webpack-cli` versioning.
I will fix it ASAP.
Facing the same issue
$ npm run start
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
> [email protected] start
> cross-env WEBPACK_IS_DEV_SERVER=true NODE_ENV=development webpack serve --config webpack.config.babel.js
[webpack-cli] TypeError: cli.isMultipleCompiler is not a function
at Command.<anonymous> (C:\Users\eugen\Codes\personal\sample-project\node_modules\@webpack-cli\serve\lib\index.js:146:35)
at async Promise.all (index 1)
at Command.<anonymous> (C:\Users\eugen\Codes\personal\sample-project\node_modules\webpack-cli\lib\webpack-cli.js:1674:7)