浏览代码

Renamed getPostCssConfig option themeimporter->themeImporter.

Aleksander Nowodzinski 8 年之前
父节点
当前提交
1dbd64235a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-build-classic/webpack.config.js

+ 1 - 1
packages/ckeditor5-build-classic/webpack.config.js

@@ -60,7 +60,7 @@ module.exports = {
 					{
 						loader: 'postcss-loader',
 						options: getPostCssConfig( {
-							themeimporter: {
+							themeImporter: {
 								themePath: require.resolve( '@ckeditor/ckeditor5-theme-lark' )
 							},
 							minify: true