chore: remove mode options

This commit is contained in:
草鞋没号 2021-11-26 08:48:17 +08:00
parent 9be6c3eca9
commit b5a442d3b0
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ const pkg = JSON.parse(readFileSync(join(process.cwd(), 'package.json'), 'utf8')
*/
function getWatcher({ name, configFile, writeBundle }) {
return viteBuild({
mode: 'development',
// Options here precedence over configFile
build: {
watch: {},