Przeglądaj źródła

Docs: Renamed getPostCssConfig option themeimporter->themeImporter.

Aleksander Nowodzinski 8 lat temu
rodzic
commit
04ccece009
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/docs/snippet-adapter/snippetadapter.js

+ 1 - 1
scripts/docs/snippet-adapter/snippetadapter.js

@@ -134,7 +134,7 @@ function getWebpackConfig( config ) {
 							{
 								loader: 'postcss-loader',
 								options: getPostCssConfig( {
-									themeimporter: {
+									themeImporter: {
 										themePath: require.resolve( '@ckeditor/ckeditor5-theme-lark' )
 									},
 									minify: config.minify