-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[@osd/pm] Automate multi-target bootstrap and build
Also: * build @osd/std for multiple targets * convert @osd/i18n and @osd/ace from custom build scripts to targeted build process * have @osd/optimizer ignore already built artifacts * bump `autoprefixer` but remove its usage as it spams the logs about it being unnecessary Signed-off-by: Miki <[email protected]>
- Loading branch information
Showing
16 changed files
with
9,756 additions
and
9,388 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 |
---|---|---|
|
@@ -2,7 +2,9 @@ | |
"name": "@osd/ace", | ||
"version": "1.0.0", | ||
"private": true, | ||
"main": "./target/index.js", | ||
"browser": "./target/web/index.js", | ||
"main": "./target/web/index.js", | ||
"types": "./target/types/index.d.ts", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "../../scripts/use_node ./scripts/build.js", | ||
|
@@ -17,5 +19,8 @@ | |
"raw-loader": "^4.0.2", | ||
"typescript": "4.0.2", | ||
"webpack": "npm:@amoo-miki/[email protected]" | ||
}, | ||
"@osd/pm": { | ||
"web": true | ||
} | ||
} |
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
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
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
Oops, something went wrong.