Commit Graph

78 Commits (39349e51a0d179b49381bd20f514fce9bd567ced)

Author SHA1 Message Date
Andrew Watkins 61d8f4d892 Test 2018-06-12 16:24:01 -07:00
Andrew Watkins 3fa62982b8 Chunk dev scss 2018-06-12 11:08:06 -07:00
Andrew Watkins 6080ee867b Update prod config to Webpack 4 api 2018-06-12 11:07:42 -07:00
Andrew Watkins 640fdbe0c5 Remove webpack-on-build plugin 2018-06-11 16:21:59 -07:00
Andrew Watkins a1b7eda7b2 WIP initial upgrade path webpack 4 2018-06-11 14:59:16 -07:00
Jared Scheib 04ef3ca5c3 Fix source maps to exactly reflect code instead of es5 transpilation 2018-06-05 14:37:12 -07:00
Andrew Watkins b36fb786f2 WIP introduce filter builder 2018-05-09 17:27:59 -07:00
Alex P e1d5ebcece Use cheap eval instead of regular source map 2018-05-04 10:08:29 -07:00
Andrew Watkins 5cff567037 WIP Update delete for FuncNodes 2018-04-18 16:00:55 -07:00
Brandon Farmer c4db9b6a39 Add decorator plugin to production 2018-04-17 11:07:00 -07:00
Brandon Farmer 1195573014 Convert admin components to have proper error handling 2018-04-17 10:53:13 -07:00
Andrew Watkins 76e0d026ea Fix typing errors 2018-03-29 16:06:10 -07:00
Andrew Watkins a4c6386155 Fix production type error logging 2018-03-29 16:04:37 -07:00
Andrew Watkins 85ee653b77 Introduce feature flag component
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-27 17:19:03 -07:00
Andrew Watkins 451d4a9885 Add config filepath to ts-loader in prod build 2018-03-22 14:52:22 -07:00
Andrew Watkins f666975989 Use stats variable 2018-03-22 14:51:45 -07:00
Andrew Watkins ee188cb321 Add path to config file 2018-03-22 14:51:25 -07:00
Andrew Watkins 6fa7790568 Simplify webpack output 2018-03-22 14:50:55 -07:00
Andrew Watkins 6c6669dd40 Remove unused variables 2018-03-22 14:50:05 -07:00
Andrew Watkins 130a9e42d8 WIP emit errors tslint 2018-03-22 14:25:12 -07:00
Andrew Watkins ba527e8b14 Add tslint-loader 2018-03-21 16:12:42 -07:00
Luke Morris 9e8c529bd0 eslint-loader emits warnings 2018-03-09 15:24:23 -08:00
Andrew Watkins 9721b01ebb Remove gzip compression (already done on server) 2018-03-07 08:32:15 -08:00
Andrew Watkins 209fced32d Allow webpack to resolve imports and exports 2018-03-07 08:32:15 -08:00
Andrew Watkins 85d80a9849 Remove functional logger from webpack dev.config 2018-03-05 08:46:23 -08:00
Andrew Watkins 91a1f63595 Add thread-loader to babel build step 2018-03-05 08:44:53 -08:00
Luke Morris f69d518553 Exclude hot-update files 2018-03-01 16:35:05 -08:00
Luke Morris debc21c1c8 Higher signal to noise ratio in incremental output 2018-03-01 16:28:46 -08:00
Luke Morris 3494729d88 Merge branch 'master' into goodbye-bootstrap 2018-03-01 12:20:24 -08:00
Andrew Watkins 311b5e538d Only create reference to vendor.dll.js in developement
Also changed filenames to fit with more modern webpack conventions
2018-03-01 11:16:02 -07:00
Andrew Watkins 0df1ce1c08 Tweak package.json scripts 2018-03-01 11:16:02 -07:00
Andrew Watkins d5b10c7e23 Remove thread loader from babel build to speed up hot reload 2018-03-01 11:16:02 -07:00
Andrew Watkins 215fa3b294 gzip compress prod build 2018-03-01 11:16:02 -07:00
Andrew Watkins 37038f0e5a Add additional UgliffyJSPlugin options 2018-03-01 11:16:02 -07:00
Andrew Watkins 1c238de939 Fix react unminified in prod 2018-03-01 11:16:02 -07:00
Andrew Watkins 5ef181f53d Optimize prod && dev build with threads and babel-preset-env 2018-03-01 11:16:02 -07:00
Andrew Watkins c61ca3a6f8 Update UglifyJsPlugin 2018-03-01 11:16:02 -07:00
Andrew Watkins 1f9f93460b Introduce DllPlugin 2018-03-01 11:16:02 -07:00
Andrew Watkins 5eff3ef204 Add thread and fork-ts-checker-webpack-plugin 2018-03-01 11:16:02 -07:00
Andrew Watkins 57d3b2a002 Update babel loader to use modern webpack config syntax 2018-03-01 11:15:33 -07:00
Andrew Watkins e356b932d4 Enable synthetic default imports 2018-03-01 11:14:55 -07:00
Andrew Watkins dc5503975f Update prodConfig with ts-loader 2018-03-01 11:14:55 -07:00
Andrew Watkins a37f75ed90 Introduce first TypeScript file to project 2018-03-01 11:14:55 -07:00
Andrew Watkins 70a83477fd Prettier 2018-03-01 11:13:44 -07:00
Andrew Watkins 87bed89c08 Update prod config to support webpack 2 2018-03-01 11:12:49 -07:00
Andrew Watkins f239990733 WIP: initial upgrade path to Webpack 2 2018-03-01 11:11:30 -07:00
Alex P cfb4ad7995 Remove jQuery & Bootstrap packages 2018-02-27 13:05:36 -08:00
Hunter Trujillo 2f11fd15a1 Remove unnecessary return. 2017-12-04 18:13:40 -07:00
Hunter Trujillo a1d9ea9396 Refactor webpack file cleanup script to use ES6-compatible callback-style Node fs calls. 2017-12-04 18:10:57 -07:00
Hunter Trujillo 8413e77161 Fix file removal code. Fix clean script. Add clean to yarn start. 2017-12-01 11:14:16 -07:00