intlify / bundle-tools

bundling for intlify i18n tools
MIT License
239 stars 37 forks source link

Webpack build does not work together with html-webpack-plugin #340

Closed lehmat closed 8 months ago

lehmat commented 8 months ago

Reporting a bug?

Webpack does not build when using html-webpack-plugin together with this plugin

Expected behavior

It would compile as expected and works together with the plugin

Reproduction

https://stackblitz.com/edit/htmlplugin-t3ibcm?file=package.json

Issue Package

vite-plugin-vue-i18n

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (16) x64 Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz
    Memory: 11.93 GB / 31.75 GB
  Binaries:
    Node: 18.14.2 - C:\Program Files\nodejs\node.EXE
    npm: 7.22.0 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Chromium (120.0.2210.121)
    Internet Explorer: 11.0.22621.1
  npmPackages:
    @intlify/unplugin-vue-i18n: ^2.0.0 => 2.0.0
    @intlify/vue-i18n-loader: ^5.0.0 => 5.0.0
    @vue/babel-preset-app: 5.0.8 => 5.0.8
    @vue/compiler-sfc: 3.4.14 => 3.4.14
    vue: 3.4.14 => 3.4.14
    vue-eslint-parser: 9.4.0 => 9.4.0
    vue-i18n: ^9.9.0 => 9.9.0
    vue-loader: ^17.3.1 => 17.3.1
    vue-localstorage: 0.6.2 => 0.6.2
    vue-style-loader: 4.1.3 => 4.1.3

Screenshot

No response

Additional context

No response

Validations

lehmat commented 8 months ago

This was originally posted to vue-i18n-next project, that is not the correct place since it is plugin related. https://github.com/intlify/vue-i18n-next/issues/1705

lehmat commented 8 months ago

Duplicate, closing