An Angular 2 Webpack Starter kit featuring Angular 2, Router, TypeScript, and Webpack by AngularClass
[Error] Runtime error: reflect-metadata shim is required when using class decorators
I got it! It has to do W the fact that I’ve tried changing the port from 3000 manually within webpack.dev.js.
It seems that W latest version of angular2-webpack-starter app isn’t working when starting it W none of below (which was working in previous versions):
PORT=XXXX npm start
PORT=XXXX npm run-script server:prod
Did anyone had any success W running app on different port?
Howdy Yall!!!
Does anybody here use Webpack &/| Browserify and can help a brother out?
I have a browserify bundled code that I would like to wrap with webpack or alternatively bundle in webpack and return an object.
(It's a whole project on it's own)
I tried to bundle it as a library but couldn't get that one final return value.
Any thoughts?