Skip to content

Commit 0dc5f86

Browse files
committed
bug #8037 [Encore] Fix invalid javascript code (brieucthomas)
This PR was squashed before being merged into the 3.3 branch (closes #8037). Discussion ---------- [Encore] Fix invalid javascript code Commits ------- b339149 [Encore] Fix invalid javascript code
2 parents 94295f7 + b339149 commit 0dc5f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/bootstrap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ this, you can use the ``resolve_url_loader`` option:
4242
// webpack.config.js
4343
Encore
4444
+ .enableSassLoader({
45-
+ 'resolve_url_loader': false
45+
+ resolve_url_loader: false
4646
+ })
4747
;
4848

0 commit comments

Comments
 (0)