stephnr / intro-to-angular2

An Introductory tutorial to AngularJS 2 in Typescript
MIT License
1 stars 0 forks source link

Switch to Webpack #1

Open EricSimons opened 8 years ago

EricSimons commented 8 years ago

I forked the Angular team's webpack starter and made it simpler; it should be a good boilerplate for us to use. It needs to be updated to use RC2 + etc, but other than that it should be good to go.

We should also ditch compiling SASS and instead just include the CSS hosted on our domain (https://demo.productionready.io/main.css). Just takes one less thing out of the boilerplate for our users to get hung up on and what not.

stephnr commented 8 years ago

Great so two tasks:

EricSimons commented 8 years ago

yessir!

stephnr commented 8 years ago

Looks like this is gonna be a doozy to wire up. This guy made it work quite well:

https://github.com/AngularClass/angular2-webpack-starter

EricSimons commented 8 years ago

yeah that's def the best webpack starter out there -- feel free to use it as the baseboard!

stephnr commented 8 years ago

After some exhaustive research, I do not see this as feasible unless we upgrade the entire codebase to the latest RFC from Angular2. But doing so would refactor the entire codebase and will required us to further redo the videos

stephnr commented 8 years ago

What do you suggest @EricSimons ? We could use the starter you linked as a baseboard but we would then need to redo the whole app.