adding style back in since we need the "avatar.png"

master
WolverinDEV 2021-03-17 20:52:52 +01:00
parent 36f239b789
commit 4d2b83d7a3
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export const config = async (env: any, target: "web" | "client"): Promise<Config
globOptions: {
ignore: [
'**/client-icons/**',
'**/style/**',
//'**/style/**',
]
}
},