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.
1 parent 870d6a7 commit f5502faCopy full SHA for f5502fa
frontend/encore/bootstrap.rst
@@ -35,14 +35,14 @@ file into ``global.scss``. You can even customize the Bootstrap variables first!
35
in the ``bootstrap`` directory instead - e.g. ``~bootstrap-sass/assets/stylesheets/bootstrap/alerts``.
36
37
After including ``bootstrap-sass``, your Webpack builds might become slow. To fix
38
-this, you can use the ``resolve_url_loader`` option:
+this, you can use the ``resolveUrlLoader`` option:
39
40
.. code-block:: diff
41
42
// webpack.config.js
43
Encore
44
+ .enableSassLoader(function(sassOptions) {}, {
45
- + resolve_url_loader: false
+ + resolveUrlLoader: false
46
+ })
47
;
48
0 commit comments