ソースを参照

Renamed getPostCssConfig option themeimporter->themeImporter.

Aleksander Nowodzinski 8 年 前
コミット
ebd8046ee7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-build-balloon/webpack.config.js

+ 1 - 1
packages/ckeditor5-build-balloon/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