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 0d015b2 commit 232fe2bCopy full SHA for 232fe2b
index.js
@@ -1014,13 +1014,14 @@ class Encore {
1014
1015
/**
1016
* Configure the style-loader.
1017
+ * The style-loader is used only if you also call Encore. disableCssExtraction().
1018
*
- * https://github.com/webpack-contrib/style-loader#Options
1019
+ * https://github.com/webpack-contrib/style-loader#options
1020
1021
* ```
1022
* Encore.configureStyleLoader(function(config) {
1023
* // change the config
- * // config.injectType = 'styleTag';
1024
+ * // config.injectType = 'singletonStyleTag';
1025
* });
1026
1027
0 commit comments