Skip to content

Commit cb68808

Browse files
authored
Merge pull request #7 from ibexa/parse-relative-url
2 parents 96fb728 + 3eab988 commit cb68808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bundle/Resources/encore/ez.webpack.custom.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const customConfig = Encore.getWebpackConfig();
2020

2121
customConfig.name = 'richtext';
2222

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+
2326
customConfig.module.rules.push({
2427
test: /ckeditor5-[^/\\]+[/\\]theme[/\\]icons[/\\][^/\\]+\.svg$/,
2528
use: ['raw-loader'],

0 commit comments

Comments
 (0)