Nikita R
Nikita R
It's impossible to configure auto import using `unplugin-auto-import` and `unplugin-vue-components` for vite bundler. When I add these lines to `nuxt.config.ts`: ```js import AutoImport from 'unplugin-auto-import/vite'; import Components from 'unplugin-vue-components/vite'; import...
It is makes possible to convert from win1251 to utf-8 by iconv, for example
**Steps to reproduce** Download latest version via NPM **Current behavior** Translations are still included even though this is a build with no translations included. **Expected behavior** Translations must not be...