https://github.com/paralin/angular2-meteor-webpack
angular2 + meteor + webpack tests
https://github.com/paralin/angular2-meteor-webpack
Last synced: 2 months ago
JSON representation
angular2 + meteor + webpack tests
- Host: GitHub
- URL: https://github.com/paralin/angular2-meteor-webpack
- Owner: paralin
- Created: 2016-07-17T21:05:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T21:05:46.000Z (over 9 years ago)
- Last Synced: 2025-03-10T22:48:32.170Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meteor Angular2 Webpack
=======================
Attempts to get angular2 + meteor + webpack working.
This commit version has:
- Follow webpack:webpack getting started
It has the following showstopper errors:
```
[[[[[ ~/Documents/angular2-webpack ]]]]]
=> Started proxy.
=> Started MongoDB.
webpack built 1bc60b9fd1d1c0d04167 in 104ms \
Hash: 1bc60b9fd1d1c0d04167
Version: webpack 1.13.0
Time: 104ms
Asset Size Chunks Chunk Names
web.js 22.9 kB 0 main
chunk {0} web.js (main) 61 bytes [rendered]
[0] multi main 40 bytes {0} [built] [1 error]
[1] ./client/entry.js 21 bytes {0} [built]
ERROR in multi main
Module not found: Error: Cannot resolve module 'webpack-hot-middleware/client' in /home/paralin/Documents/angular2-webpack
@ multi main
I20160717-14:02:27.682(-7)? test
=> Started your app.
=> App running at: http://localhost:3000/
```