feat: update addons, sideload error modal, show reminder for preset settings

This commit is contained in:
David Ralph
2021-09-05 20:52:26 +01:00
parent 5baf067ff1
commit c63a13a4c2
11 changed files with 189 additions and 79 deletions

View File

@@ -16,7 +16,7 @@ module.exports = {
use: ['babel-loader']
},
{
test: /\.(sa|sc|c)ss$/,
test: /\.(|sc|c)ss$/,
use: [
{
loader: MiniCssExtractPlugin.loader,