glyphix 1.0.33 → 1.0.34
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/bin/glyphix.js +0 -3
- package/package.json +1 -1
package/bin/glyphix.js
CHANGED
|
@@ -181,7 +181,6 @@ var GxGenerate = class {
|
|
|
181
181
|
].filter((item) => {
|
|
182
182
|
return (0, import_node_fs.existsSync)(item);
|
|
183
183
|
});
|
|
184
|
-
console.info(dotenvFiles);
|
|
185
184
|
dotenvFiles.reverse().forEach((dotenvFile) => {
|
|
186
185
|
import_dotenv.default.config({ path: (0, import_node_path3.resolve)(this.sourceRoot, "..", dotenvFile) });
|
|
187
186
|
});
|
|
@@ -331,8 +330,6 @@ var GxGenerate = class {
|
|
|
331
330
|
this.installDependencies().then(() => {
|
|
332
331
|
const config = this.generateEsbuildConfig();
|
|
333
332
|
process.chdir((0, import_node_path3.resolve)(this.sourceRoot, ".."));
|
|
334
|
-
console.info("cur build directory", process.cwd());
|
|
335
|
-
console.log(JSON.stringify(config));
|
|
336
333
|
return import_esbuild.default.build(config);
|
|
337
334
|
}).then(() => {
|
|
338
335
|
process.chdir(curDir);
|