-
- All Implemented Interfaces:
public final class KotlinWebpackRule.Loader
-
-
Method Summary
Modifier and Type Method Description final StringgetLoader()Raw loaderfield value.final Map<String, Object>getOptions()Loader options map if any. final List<String>getPrerequisites()Any prerequisite code to be added before building the loader object. -
-
Method Detail
-
getLoader
final String getLoader()
Raw
loaderfield value. Needs to be wrapped in quotes if using string notation.
-
getOptions
final Map<String, Object> getOptions()
Loader options map if any. Will be converted to json object via Gson.
-
getPrerequisites
final List<String> getPrerequisites()
Any prerequisite code to be added before building the loader object.
-
-
-
-