Releases: peteringram0/babel-plugin-console-source
Releases · peteringram0/babel-plugin-console-source
Fixes issue with adding string multiple times
2.0.5 Fixes issue with adding the path multiple times
splitSegment
Split segment customisation support. Windows users can use "\" here.
plugins: [
[consoleSource, {
"segments": 1,
"splitSegment": "/"
}]
]
Breaking change
Breaking Change
- Can now specify the amount of segments based on config.
from:
"fullPath": true
to:
"segments": 0
Full file path support
Ability to add full file paths or just the file name based on config.