Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7a2731

Browse filesBrowse files
committed
bug symfony#8042 resolve_url_loader codeblock does not contain valid javascript (kasn)
This PR was merged into the 3.3 branch. Discussion ---------- resolve_url_loader codeblock does not contain valid javascript is ```'resolve_url_loader' => false``` should be ```'resolve_url_loader': false``` Commits ------- 5b19300 resolve_url_loader codeblock did not contain valid javascript
2 parents 4fa10d1 + 5b19300 commit c7a2731
Copy full SHA for c7a2731

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎frontend/encore/bootstrap.rst

Copy file name to clipboardExpand all lines: frontend/encore/bootstrap.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.