Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 9, 2024
1 parent e1c3dae commit d9770ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.6

## 0.1.5

### Changed
Expand Down
10 changes: 1 addition & 9 deletions Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,7 @@ export default (async (...[File, Option]: Parameters<Interface>) => {
let Configuration: BuildOptions = Merge(
(await import("../Variable/ESBuild.js")).default,
{
entryPoints: Object.fromEntries(
Pipe.map((File) => [
`${dirname(File)}/${basename(File, extname(File))}`.replace(
normalize(File).split(sep).at(0) ?? "",
"",
),
File,
]),
),
entryPoints: Pipe,
},
);

Expand Down
2 changes: 1 addition & 1 deletion Target/Class/Build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Target/Function/Build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playform/build",
"version": "0.1.5",
"version": "0.1.6",
"private": false,
"description": "🌀 Build —",
"keywords": [
Expand Down

0 comments on commit d9770ba

Please sign in to comment.