-
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.
Webpack4 templates with build deps (#9)
* webpack 4 configuration * update monaca npm script * update monaca:preview * add loader.js * set host to MONACA_SERVER_HOST environment variable on Monaca Cloud IDE * minor fix - refine host and port param * remove template_type and build from project_info.json * bump version to 3.0.0
- Loading branch information
1 parent
4deb132
commit c3db5f9
Showing
19 changed files
with
17,599 additions
and
19 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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
/.monaca/* | ||
!/.monaca/project_info.json | ||
/platforms | ||
.DS_Store | ||
*.swp | ||
.vscode/ | ||
typings/ | ||
/.monaca/* | ||
!/.monaca/project_info.json | ||
/platforms | ||
/build | ||
.DS_Store | ||
*.swp | ||
.vscode/ | ||
typings/ | ||
node_modules |
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,11 +1,5 @@ | ||
{ | ||
"framework_version": "3.5", | ||
"cordova_version": "7.1", | ||
"xcode_version": "9", | ||
"template-type": "angular2", | ||
"build": { | ||
"transpile": { | ||
"enabled": true | ||
} | ||
} | ||
"xcode_version": "9" | ||
} |
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,7 @@ | ||
/.monaca/* | ||
!/.monaca/project_info.json | ||
/platforms | ||
/build | ||
.DS_Store | ||
*.swp | ||
.vscode/ | ||
|
Oops, something went wrong.