mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
v32.0.0 package and webpack updates, node 12 -> 14
This commit is contained in:
@@ -44,14 +44,16 @@ module.exports = {
|
||||
"css-loader",
|
||||
{
|
||||
loader: "postcss-loader",
|
||||
options: styles.getPostCssConfig({
|
||||
themeImporter: {
|
||||
themePath: require.resolve(
|
||||
"@ckeditor/ckeditor5-theme-lark"
|
||||
),
|
||||
},
|
||||
minify: true,
|
||||
}),
|
||||
options: {
|
||||
postcssOptions: styles.getPostCssConfig({
|
||||
themeImporter: {
|
||||
themePath: require.resolve(
|
||||
"@ckeditor/ckeditor5-theme-lark"
|
||||
),
|
||||
},
|
||||
minify: true,
|
||||
}),
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user