mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 03:41:03 +00:00
Docs: change vite config path import in vite guide (#39418)
This commit is contained in:
parent
1a7ae00f52
commit
00d4639400
@ -78,10 +78,10 @@ With dependencies installed and our project folder ready for us to start coding,
|
|||||||
|
|
||||||
<!-- eslint-skip -->
|
<!-- eslint-skip -->
|
||||||
```js
|
```js
|
||||||
const path = require('path')
|
import { resolve } from 'path'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
root: path.resolve(__dirname, 'src'),
|
root: resolve(__dirname, 'src'),
|
||||||
build: {
|
build: {
|
||||||
outDir: '../dist'
|
outDir: '../dist'
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user