We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96fb728 + 3eab988 commit cb68808Copy full SHA for cb68808
src/bundle/Resources/encore/ez.webpack.custom.config.js
@@ -20,6 +20,9 @@ const customConfig = Encore.getWebpackConfig();
20
21
customConfig.name = 'richtext';
22
23
+customConfig.module.rules[4].oneOf[1].use[1].options.url = false;
24
+customConfig.module.rules[1].oneOf[1].use[1].options.url = false;
25
+
26
customConfig.module.rules.push({
27
test: /ckeditor5-[^/\\]+[/\\]theme[/\\]icons[/\\][^/\\]+\.svg$/,
28
use: ['raw-loader'],
0 commit comments