Преглед изворни кода

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

Maciej Gołaszewski пре 8 година
родитељ
комит
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: [