parent
1a56f37879
commit
877ba7c8bf
|
@ -33,6 +33,13 @@ export default async function createServer(root = '', conf = {}) {
|
||||||
const INJECT_SCSS = readFile(conf.inject?.scss)
|
const INJECT_SCSS = readFile(conf.inject?.scss)
|
||||||
const LEGACY_MODE = !!conf.legacy
|
const LEGACY_MODE = !!conf.legacy
|
||||||
|
|
||||||
|
if (conf.imports['vue-dev']) {
|
||||||
|
conf.imports.vue = conf.imports['vue-dev']
|
||||||
|
}
|
||||||
|
if (conf.imports['vue-router-dev']) {
|
||||||
|
conf.imports['vue-router'] = conf.imports['vue-router-dev']
|
||||||
|
}
|
||||||
|
|
||||||
if (USE_HTTPS) {
|
if (USE_HTTPS) {
|
||||||
Object.assign(SERVER_OPTIONS, conf.devServer.ssl)
|
Object.assign(SERVER_OPTIONS, conf.devServer.ssl)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "fite",
|
"name": "fite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"bin": {
|
"bin": {
|
||||||
"fite": "index.js"
|
"fite": "index.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue