瀏覽代碼

Docs: Made the RegExp in the webpack config in the "Advanced setup" builds guide more inclusive (sub-directories).

Aleksander Nowodzinski 6 年之前
父節點
當前提交
a1444ce522
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/builds/guides/integration/advanced-setup.md

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

@@ -133,7 +133,7 @@ module.exports = {
 	module: {
 		rules: [
 			{
-				// Or /ckeditor5-[^/]+\/theme\/icons\/[^/]+\.svg$/ if you want to limit this loader
+				// Or /ckeditor5-[^/]+\/theme\/icons\/.+\.svg$/ if you want to limit this loader
 				// to CKEditor 5 icons only.
 				test: /\.svg$/,