feat(config): show McFly name in build success
This commit is contained in:
parent
798e25753f
commit
e924240c8f
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
*/
|
*/
|
||||||
export default function () {
|
export default function () {
|
||||||
return {
|
return {
|
||||||
|
framework: {
|
||||||
|
name: 'McFly'
|
||||||
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
watch: ["./src/pages", "./src/components"],
|
watch: ["./src/pages", "./src/components"],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue