瀏覽代碼

Docs: Update advanced setup PostCSS files RegExp in webpack example.

Maciej Gołaszewski 7 年之前
父節點
當前提交
70175a4a72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/builds/guides/integration/advanced-setup.md

+ 1 - 1
docs/builds/guides/integration/advanced-setup.md

@@ -130,7 +130,7 @@ module.exports = {
 				use: [ 'raw-loader' ]
 			},
 			{
-				// Or /ckeditor5-[^/]+\/theme\/[^/]+\.css$/ if you want to limit this loader
+				// Or /ckeditor5-[^/]+\/theme\/[\w-/]+\.css$/ if you want to limit this loader
 				// to CKEditor 5's theme only.
 				test: /\.css$/,
 				use: [