mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
chore: 🤖 remove calendar css from library_loader
This commit is contained in:
@@ -56,7 +56,10 @@ const config: Configuration = {
|
||||
loader: miniCssExtractPlugin.loader
|
||||
},
|
||||
{
|
||||
loader: "css-loader"
|
||||
loader: "css-loader",
|
||||
options: {
|
||||
esModule: true
|
||||
}
|
||||
},
|
||||
{
|
||||
loader: "postcss-loader",
|
||||
@@ -99,6 +102,9 @@ const config: Configuration = {
|
||||
".js": [".js", ".ts"],
|
||||
".cjs": [".cjs", ".cts"],
|
||||
".mjs": [".mjs", ".mts"]
|
||||
},
|
||||
alias: {
|
||||
stylesheets: path.resolve(rootDir, "src/public/stylesheets")
|
||||
}
|
||||
},
|
||||
devtool: "nosources-source-map",
|
||||
|
||||
Reference in New Issue
Block a user