Classes
Methods
(inner) _camelCaseToDash()
Converts "aaaBbbCcc" to "aaa-bbb-ccc" [source https://gist.github.com/youssman/745578062609e8acac9f]
(inner) _dashToCamelCase()
Converts "aaa-bbb-ccc" to "aaaBbbCcc"
Type Definitions
beforeBuildCallback(compiler)
Parameters:
Name | Type | Description |
---|---|---|
compiler |
object | webpack compiler object |