Skip to content

Commit abed3e1

Browse files
committed
feat(source-maps): add method to install source maps
1 parent 088c9c0 commit abed3e1

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/core",
3-
"version": "5.29.0",
3+
"version": "5.30.0",
44
"description": "One foundation for multiple applications.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",

src/ignite/Ignite.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export class Ignite extends Macroable {
6565
if (!process.execArgv.includes('--enable-source-maps')) {
6666
sourceMapSupport.install({ handleUncaughtExceptions: false })
6767
}
68+
69+
return this
6870
}
6971

7072
/**

0 commit comments

Comments
 (0)