Skip to content

Commit

Permalink
Webpack4 templates with build deps (#9)
Browse files Browse the repository at this point in the history
* 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
yong-asial authored Sep 18, 2018
1 parent 4deb132 commit c3db5f9
Show file tree
Hide file tree
Showing 19 changed files with 17,599 additions and 19 deletions.
15 changes: 8 additions & 7 deletions .gitignore
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
8 changes: 1 addition & 7 deletions .monaca/project_info.json
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"
}
1 change: 1 addition & 0 deletions .monacaignore
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/
Expand Down
Loading

0 comments on commit c3db5f9

Please sign in to comment.