chore: remove mode options
This commit is contained in:
parent
9be6c3eca9
commit
b5a442d3b0
|
@ -16,7 +16,6 @@ const pkg = JSON.parse(readFileSync(join(process.cwd(), 'package.json'), 'utf8')
|
||||||
*/
|
*/
|
||||||
function getWatcher({ name, configFile, writeBundle }) {
|
function getWatcher({ name, configFile, writeBundle }) {
|
||||||
return viteBuild({
|
return viteBuild({
|
||||||
mode: 'development',
|
|
||||||
// Options here precedence over configFile
|
// Options here precedence over configFile
|
||||||
build: {
|
build: {
|
||||||
watch: {},
|
watch: {},
|
||||||
|
|
Loading…
Reference in New Issue