Answers for "vite build output destination change"

0

vite build output destination change

//Config file: vite.config.js

module.exports = {
  root: 'src',
  build: {
    outDir: '../dist'
  }
}
Posted by: Guest on May-08-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language