Skip to content
This repository was archived by the owner on Dec 30, 2019. It is now read-only.

Commit 0d6e7c6

Browse files
committed
Update webpack to 2.1.0-beta.28
- The RC version does not work in conjunction with the AotPlugin: angular/angular-cli#3660 - Still need to optimize the generated output a little bit.
1 parent bd5d5a2 commit 0d6e7c6

File tree

3 files changed

+34
-17
lines changed

3 files changed

+34
-17
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ You should also keep an eye on the list of [issues marked as related to it](http
7676
- ~~Add the linters back into development and production mode~~.
7777
- ~~Properly configure Travis CI~~.
7878
- ~~Add Karma to the dev cycle; With particular config to reduce output noise.~~
79-
- Add more docs to the various webpack configs and their `constants` file.
80-
- Add more docs to the code itself, esp. the state maintenance via [ngrx/store](https://github.com/ngrx/store).
79+
- ~~Add more docs to the various webpack configs and their `constants` file.~~
80+
- ~~Add more docs to the code itself, esp. the state maintenance via [ngrx/store](https://github.com/ngrx/store).~~
8181
- ~~Set up a minimal production server~~.
8282
- Drop unused code, scripts and dependencies.
8383
- ~~Add a lazy loading example for effort comparison with https://github.com/flaviait/ng2-jspm-template/pull/38~~.
84-
- Maybe control webpack from code instead of via CLI to be able to handle arguments better.
84+
- Maybe control webpack from code instead of via CLI to be able to handle arguments better.
85+
- Optimize webpack output (changed with >=2.1.0-beta.28); see what's configurable.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"tslint": "^4.1.1",
8787
"typescript": "2.0.10",
8888
"wait-for-change": "1.1.0",
89-
"webpack": "2.1.0-beta.27",
89+
"webpack": "2.1.0-beta.28",
9090
"webpack-bundle-analyzer": "2.1.1",
9191
"webpack-dev-server": "2.2.0-rc.0",
9292
"webpack-merge": "^1.1.2"

yarn.lock

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ accepts@~1.3.3:
122122
mime-types "~2.1.11"
123123
negotiator "0.6.1"
124124

125+
acorn-dynamic-import@^2.0.0:
126+
version "2.0.1"
127+
resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-2.0.1.tgz#23f671eb6e650dab277fef477c321b1178a8cca2"
128+
dependencies:
129+
acorn "^4.0.3"
130+
125131
acorn@^4.0.3:
126132
version "4.0.3"
127133
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.3.tgz#1a3e850b428e73ba6b09d1cc527f5aaad4d03ef1"
@@ -2517,6 +2523,10 @@ jsesc@~0.5.0:
25172523
version "0.5.0"
25182524
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
25192525

2526+
json-loader@^0.5.4:
2527+
version "0.5.4"
2528+
resolved "https://registry.yarnpkg.com/json-loader/-/json-loader-0.5.4.tgz#8baa1365a632f58a3c46d20175fc6002c96e37de"
2529+
25202530
25212531
version "0.2.3"
25222532
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
@@ -3138,9 +3148,9 @@ node-gyp@^3.3.1:
31383148
tar "^2.0.0"
31393149
which "1"
31403150

3141-
node-libs-browser@^1.0.0:
3142-
version "1.1.1"
3143-
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-1.1.1.tgz#2a38243abedd7dffcd07a97c9aca5668975a6fea"
3151+
node-libs-browser@^2.0.0:
3152+
version "2.0.0"
3153+
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.0.0.tgz#a3a59ec97024985b46e958379646f96c4b616646"
31443154
dependencies:
31453155
assert "^1.1.1"
31463156
browserify-zlib "^0.1.4"
@@ -3160,7 +3170,7 @@ node-libs-browser@^1.0.0:
31603170
stream-browserify "^2.0.1"
31613171
stream-http "^2.3.1"
31623172
string_decoder "^0.10.25"
3163-
timers-browserify "^1.4.2"
3173+
timers-browserify "^2.0.2"
31643174
tty-browserify "0.0.0"
31653175
url "^0.11.0"
31663176
util "^0.10.3"
@@ -3880,7 +3890,7 @@ process-nextick-args@~1.0.6:
38803890
version "1.0.7"
38813891
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
38823892

3883-
process@^0.11.0, process@~0.11.0:
3893+
process@^0.11.0:
38843894
version "0.11.9"
38853895
resolved "https://registry.yarnpkg.com/process/-/process-0.11.9.tgz#7bd5ad21aa6253e7da8682264f1e11d11c0318c1"
38863896

@@ -4365,6 +4375,10 @@ set-immediate-shim@^1.0.1:
43654375
version "1.0.1"
43664376
resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61"
43674377

4378+
setimmediate@^1.0.4:
4379+
version "1.0.5"
4380+
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
4381+
43684382
43694383
version "1.0.2"
43704384
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.0.2.tgz#81a552141ec104b88e89ce383103ad5c66564d08"
@@ -4860,11 +4874,11 @@ timed-out@^3.0.0:
48604874
version "3.0.0"
48614875
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-3.0.0.tgz#ff88de96030ce960eabd42487db61d3add229273"
48624876

4863-
timers-browserify@^1.4.2:
4864-
version "1.4.2"
4865-
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-1.4.2.tgz#c9c58b575be8407375cb5e2462dacee74359f41d"
4877+
timers-browserify@^2.0.2:
4878+
version "2.0.2"
4879+
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.2.tgz#ab4883cf597dcd50af211349a00fbca56ac86b86"
48664880
dependencies:
4867-
process "~0.11.0"
4881+
setimmediate "^1.0.4"
48684882

48694883
48704884
version "0.0.28"
@@ -5231,21 +5245,23 @@ webpack-sources@^0.1.0:
52315245
source-list-map "~0.1.0"
52325246
source-map "~0.5.3"
52335247

5234-
5235-
version "2.1.0-beta.27"
5236-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.1.0-beta.27.tgz#06cb802e44118159e46b7533ae76b0d84c8c89d8"
5248+
5249+
version "2.1.0-beta.28"
5250+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.1.0-beta.28.tgz#8f9402c05bae04ab8d3918489b3547544a2e2641"
52375251
dependencies:
52385252
acorn "^4.0.3"
5253+
acorn-dynamic-import "^2.0.0"
52395254
ajv "^4.7.0"
52405255
ajv-keywords "^1.1.1"
52415256
async "^2.1.2"
52425257
enhanced-resolve "^2.2.0"
52435258
interpret "^1.0.0"
5259+
json-loader "^0.5.4"
52445260
loader-runner "^2.2.0"
52455261
loader-utils "^0.2.16"
52465262
memory-fs "~0.3.0"
52475263
mkdirp "~0.5.0"
5248-
node-libs-browser "^1.0.0"
5264+
node-libs-browser "^2.0.0"
52495265
object-assign "^4.0.1"
52505266
source-map "^0.5.3"
52515267
supports-color "^3.1.0"

0 commit comments

Comments
 (0)