Skip to content

Commit

Permalink
Docs: Made the RegExp in the webpack config in the "Advanced setup" b…
Browse files Browse the repository at this point in the history
…uilds guide more inclusive (sub-directories).
  • Loading branch information
oleq committed Jul 19, 2019
1 parent 03b6456 commit a1444ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builds/guides/integration/advanced-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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$/,

Expand Down

0 comments on commit a1444ce

Please sign in to comment.