allow syntax highlighting in diffs

This commit is contained in:
Sebastian Sdorra
2020-01-22 12:08:28 +01:00
parent f12b25bd1f
commit fd15c68ca0
11 changed files with 175 additions and 38 deletions

View File

@@ -20,6 +20,10 @@ module.exports = {
}
]
},
{
test: /\.worker\.(j|t)s$/,
use: { loader: "worker-loader" }
},
{
test: /\.(css|scss|sass)$/i,
use: [
@@ -38,8 +42,6 @@ module.exports = {
]
},
resolve: {
extensions: [
".ts", ".tsx", ".js", ".jsx", ".css", ".scss", ".json"
]
extensions: [".ts", ".tsx", ".js", ".jsx", ".css", ".scss", ".json"]
}
};