Skip to content

Commit 988ea63

Browse files
committed
WIP
1 parent bf9a253 commit 988ea63

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/mpx/mendix-mpx-0.1.1.tgz

205 KB
Binary file not shown.

packages/mpx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mendix/mpx",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Mendix tool for bundling pluggable widgets",
55
"type": "module",
66
"bin": {

packages/mpx/src/utils/logger.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ const CI = !!env.CI;
66
export const createLogger = () =>
77
createConsola({
88
level: CI ? 2 : 3,
9-
fancy: true
9+
fancy: true,
10+
formatOptions: {
11+
date: false
12+
}
1013
});

0 commit comments

Comments
 (0)