(WIP) Login + setting screen are now working

This commit is contained in:
ngxson
2020-07-06 01:38:23 +02:00
parent b266ba6aa0
commit 53150c3f98
10 changed files with 701 additions and 994 deletions
+6
View File
@@ -30,6 +30,12 @@ const config = {
test: /\.js$/,
loader: 'babel-loader',
exclude: /node_modules/,
options: {
presets: [
{'plugins': ['@babel/plugin-proposal-class-properties']
}
]
}
},
{
test: /\.css$/,