NG6-starter icon indicating copy to clipboard operation
NG6-starter copied to clipboard

Webpack dev server

Open fadehelix opened this issue 6 years ago • 4 comments

This branch is related to #217 I've upgraded all of the dependencies based on great work done by @washingtonsoares in #209 Most important updgrades:

  • gulp: ^3.9.1,
  • @babel/core: ^7.0.0,
  • webpack: ^4.17.1, Also added webpack-cli

fadehelix avatar Aug 28 '18 22:08 fadehelix

Any news on the review of this PR ? I'm waiting to use it

thematho avatar Oct 09 '18 00:10 thematho

I took this branch and it's brand new Jest enabled configuration It works like a charm, I merged into my improved plop generators branch with full examples of Testing AngularJS Components, Directives and Services with Jest: Improved plop generators, merged with Webpack 4, Webpack Dev server and Jest. Thank you @fadehelix even if AngularJS is old is the only current tool in which I can do full projects/interviews while learning and gain muscles on new JS Frameworks. I couldn't make this work with karma and ng-inject. I took the Jest approach

thematho avatar Dec 14 '18 05:12 thematho

Hey @thematho thanks for your kind words :) To be honest I forgot about this PR and I updated branch on my fork because I needed to share somewhere the Jest config :) I am glad that Jest works not only on my env :) Your fork looks great! I have to take a closer look over the weekend.

fadehelix avatar Dec 14 '18 08:12 fadehelix

Thanks. it's a good work!!!

OliverWall avatar Feb 08 '19 06:02 OliverWall