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 5fcaf86 commit 524af82Copy full SHA for 524af82
index.js
@@ -966,14 +966,14 @@ class Encore {
966
}
967
968
/**
969
- * Configure the css-loader.
+ * Configure the style-loader.
970
*
971
* https://github.com/webpack-contrib/style-loader#Options
972
973
* ```
974
* Encore.configureStyleLoader(function(config) {
975
* // change the config
976
- * // config.injectType: 'styleTag'
+ * // config.injectType = 'styleTag';
977
* });
978
979
0 commit comments