Sfoglia il codice sorgente

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

Aleksander Nowodzinski 6 anni fa
parent
commit
a1444ce522
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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$/,