webpack-typescript-react icon indicating copy to clipboard operation
webpack-typescript-react copied to clipboard

Webpack bundling error caused by `webpack-cli` versioning.

Open zourdyzou opened this issue 2 years ago • 1 comments

Screenshot 2022-06-29 at 05 07 55

I will fix it ASAP.

zourdyzou avatar Jun 29 '22 03:06 zourdyzou

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)

eugbyte avatar Aug 28 '22 10:08 eugbyte