feat(mobile): sign in page (#8039)

fix AF-1237
This commit is contained in:
pengx17
2024-09-04 03:58:54 +00:00
parent 0d6f468385
commit 2ac803c73f
24 changed files with 609 additions and 65 deletions

View File

@@ -293,7 +293,11 @@ export const createConfiguration: (
},
{
test: /\.txt$/,
loader: 'raw-loader',
type: 'asset/source',
},
{
test: /\.inline\.svg$/,
type: 'asset/inline',
},
{
test: /\.css$/,