mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
allow syntax highlighting in diffs
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user