v32.0.0 package and webpack updates, node 12 -> 14

This commit is contained in:
Tony Narlock
2022-02-07 15:37:29 -06:00
parent b52255ebbb
commit 76d6a39aaf
2 changed files with 17 additions and 11 deletions

View File

@@ -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,
}),
},
},
],
},