seeden / angular-es6

Angular ES6 utility library. Write directives, controllers and services as ES6 classes.
MIT License
100 stars 18 forks source link

So wheres the webpack integration #1

Closed mikeerickson closed 8 years ago

mikeerickson commented 8 years ago

Figured I would look how others are using Angular / ES6 and Webpack and stumbled across this archive. The mention of web pack in the readme is all there is.

The source does not have ANY usage of web pack (other than including in package.son)

Kepro commented 8 years ago

in devDependencies "webpack": "^1.12.11" and look in https://github.com/seeden/angular-es6/tree/master/example there is a webpack config

seeden commented 8 years ago

I understand your confusion. This module was "boilerplate" at the begining. It is the real npm module in this moment. I updated description and added better example. Please take a look on the documentation and the directory example as @Kepro mentioned.