格式化

pull/1/head
yutent 2023-05-26 15:15:59 +08:00
parent 3385c4947a
commit 28838bb848
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import {
PERCENT_EXP,
SHEETS_DEF
} from './constants.js'
import {createHmrScript} from './utils.js'
import { createHmrScript } from './utils.js'
const OPTIONS = {
style: 'compressed'

View File

@ -7,7 +7,7 @@ import socket from './ws.js'
import chokidar from 'chokidar'
import { red } from 'kolorist'
import { friendlyErrors , isCustomElement} from './utils.js'
import { friendlyErrors, isCustomElement } from './utils.js'
import { compileScss, parseJs, compileVue, parseHtml } from './compile-vue.js'