currentSpeaker().getIntro();
{
name: "Syed M. Taha",
organization: "Loops Digital",
designation: "Senior Software Engineer",
twitter: "twitter.com/smtaha512",
email: "s.m.taha10@gmail.com"
}
$ ng build --stats-json
$ webpack-bundle-analyzer ./www/stats.json
// libs/lodash.js
export { default as isEmpty } from 'lodash/isEmpty';
export { default as flattenDeep } from 'lodash/flattenDeep';
// some-component.js
import * as lodash from 'libs/lodash';
// or
import { isEmpty } from 'libs/lodash';
Image credits: David Walsh
...,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "main",
"maximumWarning": "100kb",
"maximumError": "250"
}
],
...
One of the productive days is throwing away a thousand lines of code.
-Ken Thompson
Saad Abbasi - @isaadabbasi
https://slides.com/smtaha512/