5htp 0.4.3-5 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "5htp",
|
|
3
3
|
"description": "Convenient TypeScript framework designed for Performance and Productivity.",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.4",
|
|
5
5
|
"author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
|
|
6
6
|
"repository": "git://github.com/gaetanlegac/5htp.git",
|
|
7
7
|
"license": "MIT",
|
|
@@ -425,9 +425,10 @@ function Plugin(babel, { app, side, debug }: TOptions) {
|
|
|
425
425
|
)
|
|
426
426
|
)
|
|
427
427
|
])
|
|
428
|
-
)
|
|
428
|
+
);
|
|
429
429
|
|
|
430
|
-
|
|
430
|
+
/*(file.side === 'front' && file.path.includes('/headhunter/talents/index.tsx'))
|
|
431
|
+
&& console.log( file.path, generate(exportDeclaration).code );*/
|
|
431
432
|
|
|
432
433
|
return exportDeclaration;
|
|
433
434
|
}
|