@zohodesk/client_build_tool 0.0.16-exp.2 → 0.0.16-exp.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.
@@ -27,10 +27,8 @@ class ChunkHierarchyPlugin {
27
27
  }
28
28
 
29
29
  const json = JSON.stringify(result, null, 2);
30
- const outputPath = path.join(compiler.outputPath, this.outputFile);
31
- fs.mkdirSync(outputPath, {
32
- recursive: true
33
- });
30
+ const outputPath = path.join(compiler.outputPath, this.outputFile); // fs.mkdirSync(outputPath, { recursive: true });
31
+
34
32
  fs.writeFileSync(outputPath, json, 'utf-8');
35
33
  callback();
36
34
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/client_build_tool",
3
- "version": "0.0.16-exp.2",
3
+ "version": "0.0.16-exp.3",
4
4
  "description": "A CLI tool to build web applications and client libraries",
5
5
  "main": "lib/index.js",
6
6
  "bin": {