You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just checked out the project and tried to run browserDevelopmentRun but it fails with:
[webpack-cli] TypeError: cli.isMultipleCompiler is not a function
[webpack-cli] TypeError: cli.isMultipleCompiler is not a function
at Command. (/Users/Charles.Flynn/IdeaProjects/CF/web-app-react-kotlin-js-gradle/build/js/node_modules/@webpack-cli/serve/lib/index.js:146:35)
at async Promise.all (index 1)
at async Command. (/Users/Charles.Flynn/IdeaProjects/CF/web-app-react-kotlin-js-gradle/build/js/node_modules/webpack-cli/lib/webpack-cli.js:1687:7)
I've been able to fix it by bumping the webpack version as follows in build.gradle.kts:
Just checked out the project and tried to run browserDevelopmentRun but it fails with:
[webpack-cli] TypeError: cli.isMultipleCompiler is not a function
[webpack-cli] TypeError: cli.isMultipleCompiler is not a function
at Command. (/Users/Charles.Flynn/IdeaProjects/CF/web-app-react-kotlin-js-gradle/build/js/node_modules/@webpack-cli/serve/lib/index.js:146:35)
at async Promise.all (index 1)
at async Command. (/Users/Charles.Flynn/IdeaProjects/CF/web-app-react-kotlin-js-gradle/build/js/node_modules/webpack-cli/lib/webpack-cli.js:1687:7)
I've been able to fix it by bumping the webpack version as follows in build.gradle.kts:
Putting this here in case anyone else comes across it, and so it can be fixed to prevent others encountering this.
The text was updated successfully, but these errors were encountered: