5htp 0.6.2-99 → 0.6.3

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.
@@ -184,7 +184,9 @@ function Plugin(babel, { app, side, debug }: TOptions) {
184
184
  // Delete the route def since it will be replaced by a wrapper
185
185
  path.replaceWithMultiple([]);
186
186
 
187
-
187
+ /*
188
+ Any api call via the front pages / components
189
+ */
188
190
  } else if (this.file.side === 'front') {
189
191
 
190
192
  const isAService = (
@@ -24,7 +24,7 @@ module.exports = (app: App, dev: boolean, client: boolean) => ([
24
24
  // Texte brut
25
25
  {
26
26
  type: 'asset/source',
27
- test: /\.(md|hbs|sql|txt|csv)$/,
27
+ test: /\.(md|hbs|sql|txt|csv|html)$/,
28
28
  },
29
29
 
30
30
  // Polices dans un fichier distinc dans le dossier dédié
package/compiler/index.ts CHANGED
@@ -17,7 +17,6 @@ import cli from '..';
17
17
  import createServerConfig from './server';
18
18
  import createClientConfig from './client';
19
19
  import { TCompileMode } from './common';
20
- import { routerServices } from './common/babel/plugins/services';
21
20
 
22
21
  type TCompilerCallback = (compiler: webpack.Compiler) => void
23
22
 
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.6.2-99",
4
+ "version": "0.6.3",
5
5
  "author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
6
6
  "repository": "git://github.com/gaetanlegac/5htp.git",
7
7
  "license": "MIT",