cssSettings -> cssSupport
This commit is contained in:
+3
-3
@@ -130,7 +130,7 @@ data class KotlinWebpackConfig(
|
|||||||
appendDevServer()
|
appendDevServer()
|
||||||
appendReport()
|
appendReport()
|
||||||
appendProgressReporter()
|
appendProgressReporter()
|
||||||
appendCssSettings()
|
appendCssSupport()
|
||||||
appendErrorPlugin()
|
appendErrorPlugin()
|
||||||
appendFromConfigDir()
|
appendFromConfigDir()
|
||||||
appendEvaluatedFileReport()
|
appendEvaluatedFileReport()
|
||||||
@@ -259,7 +259,7 @@ data class KotlinWebpackConfig(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun Appendable.appendCssSettings() {
|
private fun Appendable.appendCssSupport() {
|
||||||
if (!cssSupport.enabled || cssSupport.rules.isEmpty())
|
if (!cssSupport.enabled || cssSupport.rules.isEmpty())
|
||||||
return
|
return
|
||||||
|
|
||||||
@@ -424,7 +424,7 @@ data class KotlinWebpackConfig(
|
|||||||
private fun cssError() {
|
private fun cssError() {
|
||||||
throw IllegalStateException(
|
throw IllegalStateException(
|
||||||
"""
|
"""
|
||||||
Possible values for cssSettings.mode:
|
Possible values for cssSupport.mode:
|
||||||
- EXTRACT
|
- EXTRACT
|
||||||
- INLINE
|
- INLINE
|
||||||
- IMPORT
|
- IMPORT
|
||||||
|
|||||||
Reference in New Issue
Block a user