ERROR Failed to compile with 1 error 9:25:01 AM
error in ./node_modules/vue-i18n/dist/vue-i18n.esm-bundler.js
Module parse failed: Unexpected token (2716:59)
You may need an appropriate loader to handle this file type, currently no loaders are configu
red to process this file. See https://webpack.js.org/concepts#loaders
| onBeforeMount(() => {
| // eslint-disable-next-line @typescript-eslint/no-explicit-any
> const composer = (_composer.value = instance.proxy?.$i18n
| .__composer);
| if (scope === 'global') {
@ ./src/services/client.ts 7:0-35 22:6-13
@ ./src/main.ts
@ multi (webpack)-dev-server/client?http://localhost:8080&sockPath=/sockjs-node (webpack)/ho
t/dev-server.js ./src/main.ts
Reporting a bug?
Hi, Can't run
yarn serve
afteryarn upgrade
Vue3 + webpack
package.json
Expected behavior
To be compiled and run without error
Reproduction
I have been updating this project for a white not sure can reproduce with the new installer.
System Info
Screenshot
No response
Additional context
No response
Validations