-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
241 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2024-05-20) | ||
|
||
### Features | ||
|
||
- add vue app demo ([e64aba9](https://github.com/kagawagao/pixas/commit/e64aba95667d249fbf36841f4f304047f136cad2)) | ||
- **cli:** add defineConfig helper ([#10](https://github.com/kagawagao/pixas/issues/10)) ([7a67753](https://github.com/kagawagao/pixas/commit/7a67753e4a754dd2f83b4e6b4db13f9836786e9b)) | ||
- **cli:** add env command ([#11](https://github.com/kagawagao/pixas/issues/11)) ([d94096e](https://github.com/kagawagao/pixas/commit/d94096eacef06699890cb78301d9c6abc3e2fe61)) | ||
- initialize project ([ab6d185](https://github.com/kagawagao/pixas/commit/ab6d1855815a0c53fd72b3a844dadd39bae5a002)) | ||
- **pixas:** add vite support ([#6](https://github.com/kagawagao/pixas/issues/6)) ([7d2fb85](https://github.com/kagawagao/pixas/commit/7d2fb85fd9d373fb633bbb8d2d7a68a1f6fb7978)) | ||
- **pixas:** complete dts command ([7658bbb](https://github.com/kagawagao/pixas/commit/7658bbbe6778fdb52be34577b4f91c8a9a5397d3)) | ||
- **pixas:** complete webpack build compiler ([27e1c69](https://github.com/kagawagao/pixas/commit/27e1c694b72c0f1886b9358613d3d403bb70b9c1)) | ||
- **pixas:** complete webpack dev server ([fa4b73f](https://github.com/kagawagao/pixas/commit/fa4b73ff462fe22f091ce587bc29476a9673cb45)) | ||
|
||
### Bug Fixes | ||
|
||
- **cli:** add dev deps ([8cfcdd3](https://github.com/kagawagao/pixas/commit/8cfcdd3c0401a665ad484fb0d6ff122ebc73ffa8)) | ||
|
||
### Chores | ||
|
||
- remove post-merge hook ([03c7541](https://github.com/kagawagao/pixas/commit/03c75419ef2454f022ded56e1eba8b34b70c3759)) | ||
|
||
### Docs | ||
|
||
- update README.md ([c7fefbd](https://github.com/kagawagao/pixas/commit/c7fefbdf7292a6e9b28a7ff5ce1d806212c0e029)) | ||
- update README.md ([e34f438](https://github.com/kagawagao/pixas/commit/e34f438e047eba102f7253de8cda8aa45fa79264)) | ||
- update README.md ([8e786e0](https://github.com/kagawagao/pixas/commit/8e786e0092dcc99cc18abb9a1b1471c4d2268512)) | ||
|
||
### Refactors | ||
|
||
- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2024-05-20) | ||
|
||
### Features | ||
|
||
- **pixas:** add vite support ([#6](https://github.com/kagawagao/pixas/issues/6)) ([7d2fb85](https://github.com/kagawagao/pixas/commit/7d2fb85fd9d373fb633bbb8d2d7a68a1f6fb7978)) | ||
- **pixas:** complete webpack build compiler ([27e1c69](https://github.com/kagawagao/pixas/commit/27e1c694b72c0f1886b9358613d3d403bb70b9c1)) | ||
|
||
### Refactors | ||
|
||
- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2024-05-20) | ||
|
||
### Features | ||
|
||
- add vue app demo ([e64aba9](https://github.com/kagawagao/pixas/commit/e64aba95667d249fbf36841f4f304047f136cad2)) | ||
- **pixas:** add vite support ([#6](https://github.com/kagawagao/pixas/issues/6)) ([7d2fb85](https://github.com/kagawagao/pixas/commit/7d2fb85fd9d373fb633bbb8d2d7a68a1f6fb7978)) | ||
- **pixas:** complete webpack build compiler ([27e1c69](https://github.com/kagawagao/pixas/commit/27e1c694b72c0f1886b9358613d3d403bb70b9c1)) | ||
|
||
### Refactors | ||
|
||
- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2024-05-20) | ||
|
||
### Features | ||
|
||
- initialize project ([ab6d185](https://github.com/kagawagao/pixas/commit/ab6d1855815a0c53fd72b3a844dadd39bae5a002)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2024-05-20) | ||
|
||
### Features | ||
|
||
- initialize project ([ab6d185](https://github.com/kagawagao/pixas/commit/ab6d1855815a0c53fd72b3a844dadd39bae5a002)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pixas/babel-preset-lib", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "babel preset for js lib", | ||
"author": "kagawa <[email protected]>", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2024-05-20) | ||
|
||
### Refactors | ||
|
||
- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pixas/bundler-base", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "base bundler for pixas", | ||
"author": "kagawa <[email protected]>", | ||
"homepage": "", | ||
|
@@ -26,6 +26,6 @@ | |
"preversion": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@pixas/common": "^0.0.0" | ||
"@pixas/common": "^0.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2024-05-20) | ||
|
||
### Refactors | ||
|
||
- split bundler into independent package ([#8](https://github.com/kagawagao/pixas/issues/8)) ([d4a4e26](https://github.com/kagawagao/pixas/commit/d4a4e267d0dc96799df3d4ff90871ae52d5d3fc6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pixas/bundler-vite", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "vite bundler for pixas", | ||
"author": "kagawa <[email protected]>", | ||
"homepage": "", | ||
|
@@ -26,8 +26,8 @@ | |
"preversion": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@pixas/bundler-base": "^0.0.0", | ||
"@pixas/common": "^0.0.0", | ||
"@pixas/bundler-base": "^0.1.0", | ||
"@pixas/common": "^0.1.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"chalk": "^4.1.2", | ||
|
Oops, something went wrong.