@nx-extend/core
Advanced tools
Comparing version 1.3.2 to 1.4.0
# [1.4.0](https://github.com/TriPSs/nx-extend/compare/core@1.3.2...core@1.4.0) (2022-12-08) | ||
### Features | ||
* **vercel:** Added support for different frameworks then NextJS ([da2550b](https://github.com/TriPSs/nx-extend/commit/da2550b186321baedf5d5a137d84d594f1313c36)) | ||
## [1.3.2](https://github.com/TriPSs/nx-extend/compare/core@1.3.1...core@1.3.2) (2022-11-17) | ||
@@ -3,0 +12,0 @@ |
{ | ||
"name": "@nx-extend/core", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
@@ -8,3 +8,3 @@ "use strict"; | ||
const fileToCopy = (0, path_1.join)(from, fileName); | ||
if ((0, fs_1.existsSync)(from)) { | ||
if ((0, fs_1.existsSync)(fileToCopy)) { | ||
(0, fs_1.copyFileSync)(fileToCopy, (0, path_1.join)(toPath, fileName)); | ||
@@ -11,0 +11,0 @@ } |
Sorry, the diff of this file is not supported yet
9897