xeokit / xeokit-sdk

Open source JavaScript SDK for viewing high-detail, full-precision 3D BIM and AEC models in the Web browser.
https://xeokit.io
Other
720 stars 285 forks source link

[WebPack issue]: warning: Critical dependency and Module not found: Error: Can't resolve 'asciify-image' #812

Closed NeluQi closed 2 years ago

NeluQi commented 2 years ago

My app on vue3 Warning displayed on startup Please fix this

warning  in ./node_modules/@xeokit/xeokit-sdk/dist/xeokit-sdk.min.es.js

Critical dependency: the request of a dependency is an expression

warning  in ./node_modules/@xeokit/xeokit-sdk/dist/xeokit-sdk.min.es.js

Module not found: Error: Can't resolve 'asciify-image' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@xeokit\xeokit-sdk\dist'

my chainWebpack: chainWebpack: (config) => { config.devtool(isProd ? false : 'eval-source-map'); config.optimization.minimize(isProd); config.optimization.minimizer('terser').tap((args) => { const { terserOptions } = args[0]; args[0].parallel = true;

  terserOptions.compress.arrows = true;
  terserOptions.compress.collapse_vars = true;
  terserOptions.compress.comparisons = true;
  terserOptions.compress.computed_props = true;
  terserOptions.compress.conditionals = true;
  terserOptions.compress.inline = true;
  terserOptions.compress.loops = true;
  terserOptions.compress.negate_iife = true;
  terserOptions.compress.properties = true;
  terserOptions.compress.switches = true;

  terserOptions.compress.drop_console = true;
  terserOptions.compress.drop_debugger = true;
  terserOptions.output = { comments: false };
  return args;
});

config.module // fixes https://github.com/graphql/graphql-js/issues/1272 (vueuse)
  .rule('mjs$')
  .test(/\.mjs$/)
  .include.add(/node_modules/)
  .end()
  .type('javascript/auto');

config.plugin('fork-ts-checker').tap((args) => {
  args[0].typescript.memoryLimit = 8192;
  return args;
});

},

my package.json:

"dependencies": { "@capacitor/android": "^3.3.3", "@capacitor/camera": "^1.2.2", "@capacitor/cli": "^3.3.3", "@capacitor/core": "^3.3.3", "@capacitor/device": "^1.1.1", "@capacitor/dialog": "^1.0.7", "@capacitor/filesystem": "^1.0.6", "@capacitor/geolocation": "^1.3.1", "@capacitor/ios": "^3.3.3", "@capacitor/network": "^1.0.6", "@capacitor/status-bar": "^1.0.7", "@capacitor/storage": "^1.2.3", "@fingerprintjs/fingerprintjs": "^3.3.2", "@fortawesome/fontawesome-free": "^6.0.0", "@microsoft/signalr": "^6.0.2", "@progress/kendo-datasource-vue-wrapper": "^2021.3.1207", "@progress/kendo-gantt-vue-wrapper": "^2021.3.1207", "@progress/kendo-licensing": "^1.2.1", "@progress/kendo-ui": "^2021.3.1207", "@progress/kendo-vue-dialogs": "^2.7.0", "@progress/kendo-window-vue-wrapper": "^2021.3.1207", "@types/proj4": "^2.5.2", "@vuelidate/core": "2.0.0-alpha.32", "@vuelidate/validators": "2.0.0-alpha.25", "@xeokit/xeokit-sdk": "^2.2.3", "axios": "^0.26.0", "axios-cache-adapter": "^2.7.3", "axios-observable": "^1.3.0", "axios-retry": "^3.2.4", "bootstrap": "^5.1.3", "chart.js": "3.7.1", "core-js": "^3.21.0", "crypto-browserify": "^3.12.0", "deepdash-es": "^5.3.9", "electron-context-menu": "^3.1.2", "font-awesome": "^4.7.0", "gridstack": "^5.0.0", "inversify-props": "^2.2.6", "jszip": "^3.7.1", "load-script": "^2.0.0", "lodash": "^4.17.21", "mitt": "^3.0.0", "moment": "^2.29.1", "ol-layerswitcher": "^3.8.3", "pako": "^2.0.4", "performant-array-to-tree": "^1.9.1", "primeflex": "^3.1.2", "primeicons": "^5.0.0", "primevue": "3.11.1", "prismjs": "^1.26.0", "proj4": "^2.7.5", "reflect-metadata": "^0.1.13", "rxjs": "^7.5.4", "save-as": "^0.1.8", "terser": "^5.10.0", "timers-browserify": "^2.0.12", "ts-loader": "^8.3.0", "tslib": "^2.3.1", "type-fest": "^2.5.3", "vue": "^3.2.26", "vue-cookie-next": "^1.3.0", "vue-gtag": "^2.0.1", "vue-i18n": "v9.1.9", "vue-loader": "^17.0.0", "vue-resizable": "^2.0.5", "vue-router": "^4.0.12", "vue-template-compiler": "^2.6.14", "vue3-openlayers": "^0.1.57", "vue3-popper": "^1.4.1", "vue3-sfc-loader": "^0.8.4", "vuex": "^4.0.2", "vuex-i18n": "^1.13.1", "xelement": "^1.0.17" }, "devDependencies": { "@cypress/vue": "^3.0.3", "@cypress/webpack-dev-server": "^1.8.0", "@cypress/webpack-preprocessor": "^5.11.0", "@types/electron-devtools-installer": "^2.2.1", "@types/jest": "^27.0.3", "@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/parser": "^5.8.0", "@vue/babel-preset-app": "5.0.0-rc.0", "@vue/cli-plugin-babel": "^5.0.0-rc.1", "@vue/cli-plugin-eslint": "^5.0.0-rc.1", "@vue/cli-plugin-router": "^5.0.0-rc.1", "@vue/cli-plugin-typescript": "^5.0.0-rc.1", "@vue/cli-plugin-unit-jest": "^5.0.0-rc.1", "@vue/cli-plugin-vuex": "^5.0.0-rc.1", "@vue/cli-service": "^5.0.0-rc.1", "@vue/compiler-sfc": "^3.2.21", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^9.0.1", "@vue/test-utils": "^2.0.0-rc.16", "auto-changelog": "^2.4.0", "autoprefixer": "^10.4.2", "babel-plugin-dynamic-import-node": "^2.3.3", "cross-env": "^7.0.3", "css-loader": "^6.5.1", "cypress": "8.1.0", "cypress-localstorage-commands": "^1.6.1", "electron": "^17.0.0", "electron-devtools-installer": "^3.2.0", "eslint": "^8.5.0", "eslint-formatter-codeframe": "^7.32.1", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.4.1", "fork-ts-checker-webpack-plugin": "^6.5.0", "jest": "^27.3.1", "jest-junit": "^13.0.0", "postcss": "^8.4.6", "postcss-cli": "^9.1.0", "prettier": "^2.5.1", "prettier-eslint-cli": "^5.0.1", "sass": "^1.47.0", "sass-loader": "^12.4.0", "start-server-and-test": "^1.14.0", "terser-webpack-plugin": "^5.3.1", "ts-jest": "^27.1.3", "typescript": "~4.5.5", "vue-cli-plugin-electron-builder": "~2.1.1", "vue-jest": "^5.0.0-alpha.10" }, `

Amoki commented 2 years ago

Did you try to install npm i asciify-image on your side? It's not the best solution, but if it works...

NeluQi commented 2 years ago

Did you try to install npm i asciify-image on your side? It's not the best solution, but if it works...

After installation, the project does not start at all

` error in ./node_modules/@jimp/core/es/index.js

Module not found: Error: Can't resolve 'fs' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\core\es'

error in ./node_modules/@jimp/core/es/index.js

Module not found: Error: Can't resolve 'path' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\core\es'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

Module not found: Error: Can't resolve 'path' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\core\node_modules\mkdirp'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

Module not found: Error: Can't resolve 'fs' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\core\node_modules\mkdirp'

error in ./node_modules/@jimp/plugin-print/es/index.js

Module not found: Error: Can't resolve 'path' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\plugin-print\es'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

Module not found: Error: Can't resolve 'fs' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\gifwrap\src'

error in ./node_modules/phin/lib/phin.compiled.js

Module not found: Error: Can't resolve 'http' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\phin\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

Module not found: Error: Can't resolve 'https' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\phin\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

Module not found: Error: Can't resolve 'zlib' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\phin\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

Module not found: Error: Can't resolve 'stream' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

Module not found: Error: Can't resolve 'zlib' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

Module not found: Error: Can't resolve 'tty' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\window-size'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/@jimp/core/es/index.js 42:33-46 Module not found: Error: Can't resolve 'fs' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\core\es' @ ./node_modules/@jimp/custom/es/index.js 18:36-57 @ ./node_modules/jimp/es/index.js 10:37-60 @ ./node_modules/asciify-image/index.js 3:11-26 @ ./node_modules/@xeokit/xeokit-sdk/dist/xeokit-sdk.min.es.js 1:1990031-1990062 @ ./src/components/XeokitWebEngine/components/sceane/scene.ts 33:0-297 311:29-44 316:10-23 328:17-30 335:37-63 341:17-32 346:17-31 351:21-25 354:22-33 354:53-70 380:34-51 622:10-14 631:31-47 638:22-38 638:58-77 791:17-28 844:17-28 @ ./node_modules/babel-loader/lib/index.js!./node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??clonedRuleSet-41.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/XeokitWebEngine/components/sceane/seane.vue?vue&type=script&lang=ts 1:0-32 2:15-24 @ ./src/components/XeokitWebEngine/components/sceane/seane.vue?vue&type=script&lang=ts 1:0-302 1:0-302 1:303-594 1:303-594 @ ./src/components/XeokitWebEngine/components/sceane/seane.vue 2:0-56 3:0-51 3:0-51 8:49-55 @ ./src/views/project/project.ts 13:0-77 45:11-16 @ ./node_modules/babel-loader/lib/index.js!./node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??clonedRuleSet-41.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/project/Project.vue?vue&type=script&lang=ts 1:0-32 2:15-22 @ ./src/views/project/Project.vue?vue&type=script&lang=ts 1:0-286 1:0-286 1:287-562 1:287-562 @ ./src/views/project/Project.vue 2:0-58 3:0-53 3:0-53 8:49-55 @ ./src/router/index.ts 48:9-46 @ ./src/main.ts 36:0-30 58:50-56

ERROR in ./node_modules/@jimp/core/es/index.js 44:35-50 Module not found: Error: Can't resolve 'path' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\core\es'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/@jimp/core/node_modules/mkdirp/index.js 1:11-26 Module not found: Error: Can't resolve 'path' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\core\node_modules\mkdirp'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/@jimp/core/node_modules/mkdirp/index.js 2:9-22 Module not found: Error: Can't resolve 'fs' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\core\node_modules\mkdirp' @ ./node_modules/@jimp/core/es/index.js 52:37-54 @ ./node_modules/@jimp/custom/es/index.js 18:36-57 @ ./node_modules/jimp/es/index.js 10:37-60 @ ./node_modules/asciify-image/index.js 3:11-26 @ ./node_modules/@xeokit/xeokit-sdk/dist/xeokit-sdk.min.es.js 1:1990031-1990062 @ ./src/components/XeokitWebEngine/components/sceane/scene.ts 33:0-297 311:29-44 316:10-23 328:17-30 335:37-63 341:17-32 346:17-31 351:21-25 354:22-33 354:53-70 380:34-51 622:10-14 631:31-47 638:22-38 638:58-77 791:17-28 844:17-28 @ ./node_modules/babel-loader/lib/index.js!./node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??clonedRuleSet-41.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/XeokitWebEngine/components/sceane/seane.vue?vue&type=script&lang=ts 1:0-32 2:15-24 @ ./src/components/XeokitWebEngine/components/sceane/seane.vue?vue&type=script&lang=ts 1:0-302 1:0-302 1:303-594 1:303-594 @ ./src/components/XeokitWebEngine/components/sceane/seane.vue 2:0-56 3:0-51 3:0-51 8:49-55 @ ./src/views/project/project.ts 13:0-77 45:11-16 @ ./node_modules/babel-loader/lib/index.js!./node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??clonedRuleSet-41.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/project/Project.vue?vue&type=script&lang=ts 1:0-32 2:15-22 @ ./src/views/project/Project.vue?vue&type=script&lang=ts 1:0-286 1:0-286 1:287-562 1:287-562 @ ./src/views/project/Project.vue 2:0-58 3:0-53 3:0-53 8:49-55 @ ./src/router/index.ts 48:9-46 @ ./src/main.ts 36:0-30 58:50-56

ERROR in ./node_modules/@jimp/plugin-print/es/index.js 14:35-50 Module not found: Error: Can't resolve 'path' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\@jimp\plugin-print\es'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/gifwrap/src/gifutil.js 5:11-24 Module not found: Error: Can't resolve 'fs' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\gifwrap\src' @ ./node_modules/gifwrap/src/index.js 7:16-36 @ ./node_modules/@jimp/gif/es/index.js 14:15-33 @ ./node_modules/@jimp/types/es/index.js 20:34-54 @ ./node_modules/jimp/es/index.js 12:36-58 @ ./node_modules/asciify-image/index.js 3:11-26 @ ./node_modules/@xeokit/xeokit-sdk/dist/xeokit-sdk.min.es.js 1:1990031-1990062 @ ./src/components/XeokitWebEngine/components/sceane/scene.ts 33:0-297 311:29-44 316:10-23 328:17-30 335:37-63 341:17-32 346:17-31 351:21-25 354:22-33 354:53-70 380:34-51 622:10-14 631:31-47 638:22-38 638:58-77 791:17-28 844:17-28 @ ./node_modules/babel-loader/lib/index.js!./node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??clonedRuleSet-41.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/XeokitWebEngine/components/sceane/seane.vue?vue&type=script&lang=ts 1:0-32 2:15-24 @ ./src/components/XeokitWebEngine/components/sceane/seane.vue?vue&type=script&lang=ts 1:0-302 1:0-302 1:303-594 1:303-594 @ ./src/components/XeokitWebEngine/components/sceane/seane.vue 2:0-56 3:0-51 3:0-51 8:49-55 @ ./src/views/project/project.ts 13:0-77 45:11-16 @ ./node_modules/babel-loader/lib/index.js!./node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??clonedRuleSet-41.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/project/Project.vue?vue&type=script&lang=ts 1:0-32 2:15-22 @ ./src/views/project/Project.vue?vue&type=script&lang=ts 1:0-286 1:0-286 1:287-562 1:287-562 @ ./src/views/project/Project.vue 2:0-58 3:0-53 3:0-53 8:49-55 @ ./src/router/index.ts 48:9-46 @ ./src/main.ts 36:0-30 58:50-56

ERROR in ./node_modules/phin/lib/phin.compiled.js 1:253-268 Module not found: Error: Can't resolve 'http' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\phin\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/phin/lib/phin.compiled.js 1:279-295 Module not found: Error: Can't resolve 'https' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\phin\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/phin/lib/phin.compiled.js 1:358-373 Module not found: Error: Can't resolve 'zlib' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\phin\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/pngjs/lib/chunkstream.js 5:13-30 Module not found: Error: Can't resolve 'stream' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/pngjs/lib/packer-async.js 4:13-30 Module not found: Error: Can't resolve 'stream' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/pngjs/lib/packer-sync.js 4:11-26 Module not found: Error: Can't resolve 'zlib' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/pngjs/lib/packer.js 7:11-26 Module not found: Error: Can't resolve 'zlib' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/pngjs/lib/parser-async.js 4:11-26 Module not found: Error: Can't resolve 'zlib' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/pngjs/lib/parser-sync.js 4:11-26 Module not found: Error: Can't resolve 'zlib' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/pngjs/lib/png.js 4:13-30 Module not found: Error: Can't resolve 'stream' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/pngjs/lib/sync-inflate.js 4:11-26 Module not found: Error: Can't resolve 'zlib' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\pngjs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

ERROR in ./node_modules/window-size/index.js 10:10-24 Module not found: Error: Can't resolve 'tty' in 'E:\Work\repos\New_repo\S-Info_Web\node_modules\window-size'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

webpack compiled with 18 errors No issues found. `

MRadek55 commented 2 years ago

@NeluQi try to downgrade to 2.0.0

ZacharieLALOU commented 10 months ago

Hi I am also looking for a solution for this. I believe this might be caused by a plugin, as downgrading made it works. Any update / Idea for this ? @NeluQi @Amoki

Amoki commented 10 months ago

I do not use Webpack anymore. I just know that I don't have any problem with vite