Babel Plugin Console Source Versions Save

Add the file name and line numbers to all console logs.

2.0.5

4 years ago

2.0.4

4 years ago

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

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

2.0.0

5 years ago

Breaking Change

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

from:

"fullPath": true

to:

"segments": 0

1.0.4

5 years ago

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