Skip to content

Releases: peteringram0/babel-plugin-console-source

Fixes issue with adding string multiple times

18 May 14:53
Compare
Choose a tag to compare
2.0.5

Fixes issue with adding the path multiple times

splitSegment

13 Jun 19:51
Compare
Choose a tag to compare

Split segment customisation support. Windows users can use "\" here.

plugins: [
    [consoleSource, {
        "segments": 1,
         "splitSegment": "/"
    }]
]

Breaking change

28 Nov 20:04
Compare
Choose a tag to compare

Breaking Change

  • Can now specify the amount of segments based on config.

from:

"fullPath": true

to:

"segments": 0

Full file path support

26 Jul 19:08
Compare
Choose a tag to compare

Ability to add full file paths or just the file name based on config.