5htp 0.0.6-2 → 0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "5htp",
3
3
  "description": "5-HTP, scientifically called 5-Hydroxytryptophan, is the precursor of happiness neurotransmitter.",
4
- "version": "0.0.6-2",
4
+ "version": "0.0.6-3",
5
5
  "author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
6
6
  "repository": "git://github.com/gaetanlegac/5htp-cli.git",
7
7
  "license": "MIT",
@@ -51,7 +51,9 @@ export default function createCommonConfig( side: TAppSide, mode: TCompileMode )
51
51
  resolveLoader: {
52
52
  // Recherche des loaders dans framework/node_modules (psinon, webpack cherche dans le projet)
53
53
  modules: [
54
- cli.paths.appRoot + '/node_modules',
54
+ // The line below is not necessary
55
+ // By default, webpack is supposed to search in the project directory at first
56
+ //cli.paths.appRoot + '/node_modules',
55
57
  cli.paths.core.root + '/node_modules',
56
58
  cli.paths.core.cli + '/node_modules',
57
59
  ],