PatrickJS
PatrickJS
gulp-browserify is blacklisted place use browserify directly with vinyl-source-stream https://gist.github.com/gdi2290/3ef9f9e6acf76f43a343 ``` javascript var gulp = require('gulp'); var livereload = require('tiny-lr'); var server = livereload(); var browserify = require('browserify'); var ngannotate...
oops, yeah you're right
can we also include the default plugins so the user doesn't need to require `"webpack"`
ya just auto add the webpack plugins plugins.namedModules -> NamedModulesPlugin plugins.define -> DefinePlugin plugins.dedupe -> DedupePlugin plugins.uglifyJs -> UglifyJsPlugin
This would require more work on webpack. The problem you rub into is not knowing when vender bundle file is done before invoking main bundle. I request that to be...
We should probably merge efforts if that's alright with you @bkinsey808
@bkinsey808 thanks for listening to the podcast I'll be on it again tomorrow (Angular 2 vs React) :) Awesome! Yeah, we need maintainers for the fullstack repo. The repo will...
it is true shadow dom isn't supported on the server for any framework but this is only because of the design of shadow dom (not even Puppeteer works). The way...