mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
chore(deps): update to excalidraw 0.18.0
This commit is contained in:
@@ -42,6 +42,32 @@ const config: Configuration = {
|
||||
],
|
||||
exclude: /node_modules/
|
||||
},
|
||||
{
|
||||
test: /\.m?js$/,
|
||||
resolve: {
|
||||
fullySpecified: false
|
||||
}
|
||||
},
|
||||
{
|
||||
// bootstrap CSS related configuration
|
||||
test: /\.(css)$/,
|
||||
use: [
|
||||
{
|
||||
loader: miniCssExtractPlugin.loader
|
||||
},
|
||||
{
|
||||
loader: "css-loader"
|
||||
},
|
||||
{
|
||||
loader: "postcss-loader",
|
||||
options: {
|
||||
postcssOptions: {
|
||||
plugins: [autoprefixer]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
// bootstrap CSS related configuration
|
||||
test: /\.(scss)$/,
|
||||
|
||||
Reference in New Issue
Block a user