(WIP) Login + setting screen are now working
This commit is contained in:
@@ -30,6 +30,12 @@ const config = {
|
||||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
exclude: /node_modules/,
|
||||
options: {
|
||||
presets: [
|
||||
{'plugins': ['@babel/plugin-proposal-class-properties']
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
|
||||
Reference in New Issue
Block a user