We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0f8f6 commit 0f1e5dbCopy full SHA for 0f1e5db
docs/guide/advanced/sfc.md
@@ -70,8 +70,6 @@ npm i --save-dev @intlify/unplugin-vue-i18n
70
71
#### Configure plugin for Vite
72
73
-See also [use global format](#use-global-format-with-vite-plugin) and [use global scope](#use-global-scope-with-vite-plugin).
74
-
75
```js
76
// vite.config.ts
77
import { defineConfig } from 'vite'
@@ -94,8 +92,6 @@ export default defineConfig({
94
92
95
93
#### Configure plugin for Webpack
96
97
98
99
100
// webpack.config.js
101
const path = require('path')
0 commit comments