1. df3042f Added TypeScript Native compiler (#3448) by ODuzhar · 2 years, 7 months ago
  2. e6ab373 Move static/noscript.js to TypeScript (#3420) by Mats Larsen · 2 years, 8 months ago
  3. 5697726 Argh v6 by Matt Godbolt · 2 years, 8 months ago
  4. 3f695c9 Add Dart support (#3352) by Michael Debertol · 2 years, 8 months ago
  5. 51047b6 Frontend testing (#3169) by Patrick Quist · 2 years, 9 months ago
  6. 93dfe48 Remove es6-shim (#3316) by Austin Morton · 2 years, 9 months ago
  7. f935c3b Fix extraneous dot by Matt Godbolt · 2 years, 9 months ago
  8. 81966bf webpackhack-version the CSS and other assets by Matt Godbolt · 2 years, 9 months ago
  9. 0a3aadb Add support for C#, F# and Visual Basic (#3168) by Steve · 2 years, 9 months ago
  10. a668298 New build and deploy setup (#3269) by Matt Godbolt · 2 years, 9 months ago
  11. 6e79e09 Minimal backend typescript support (#3207) by Patrick Quist · 2 years, 10 months ago
  12. 7c20613 Move to using webpack5 (#3197) by Matt Godbolt · 2 years, 10 months ago
  13. 7e1835f Add support for Ruby (#2816) by Quinton Miller · 3 years, 3 months ago
  14. 1a2d0ff enable typescript for clientside static scripts (#2820) by Patrick Quist · 3 years, 3 months ago
  15. d1da148 Add initial scala support (#2737) by Oleksandr · 3 years, 4 months ago
  16. b4ebb47 Add Kotlin/JVM support (#2637) by Daniel Below · 3 years, 5 months ago
  17. 1d7455e Re-enable java. Closes #1438 by Matt Godbolt · 3 years, 6 months ago
  18. cf2cf00 Hello darkness my old friend by Austin Morton · 4 years, 1 month ago
  19. f8826fd Refactor theme system to apply them earlier in page load (#2249) by Austin Morton · 4 years, 1 month ago
  20. de85aec Normalize and enforce license disclaimer headers (#2234) by Austin Morton · 4 years, 1 month ago
  21. 044dcfb Use ES6 Modules (#2132) by Austin Morton · 4 years, 1 month ago[Renamed (83%) from webpack.config.js]
  22. ca437e1 Consolidate eslint configuration (#2224) by Austin Morton · 4 years, 1 month ago
  23. 32aadc9 [#RandomThingsNobodyAskedFor] Noscript pages (#2120) by Patrick Quist · 4 years, 2 months ago
  24. 7126b39 magic by Patrick Quist · 4 years, 3 months ago
  25. ba6b49b Split vendor code into separate webpack bundle and reduce amount of monaco code bundled (#2113) by Austin Morton · 4 years, 3 months ago
  26. 3dde375 Annoying extra dot in the webpack hack by Matt Godbolt · 4 years, 6 months ago
  27. 6d60aaf More hacky fix tweakery by Matt Godbolt · 4 years, 6 months ago
  28. 6757519 Add a hacky fix for the cannot upload over identical file by Matt Godbolt · 4 years, 6 months ago
  29. 7ce90a3 Update to latest monaco webpack plugin (#1836) by Austin Morton · 4 years, 8 months ago
  30. 5711a1a Move to terser (#1832) by Matt Godbolt · 4 years, 8 months ago
  31. 4194585 Support serving static content externally by Austin Morton · 5 years ago
  32. 90afbdd proper webpacking detection of 'isDev' by Matt Godbolt · 4 years, 12 months ago
  33. e028320 Retain sourcemap comments in production bundles by Austin Morton · 5 years ago
  34. 32ac2c1 Use chunkhash in webpack so unchanged chunks will remain cached by Austin Morton · 5 years ago
  35. def64d9 Fix chunck loading by RabsRincon · 5 years ago
  36. 8015e5f Adress PR comments by RabsRincon · 5 years ago
  37. 243343b Fix monaco editor web plugin output path by RabsRincon · 5 years ago
  38. c66c513 Reduce webpack verbosity by RabsRincon · 5 years ago
  39. f7d3bd5 Remove vs name link by RabsRincon · 5 years ago
  40. 6a9095f First steps towards using Monaco with webpack by RabsRincon · 5 years ago
  41. d334a5b Only load es6-shim on IE11 by Austin Morton · 5 years ago
  42. 125d462 Initial try to upgrade webpack by RabsRincon · 5 years ago
  43. 7fd8fb7 Fix bad require path by RabsRincon · 6 years ago
  44. b89d10e Set solid bases for cookie and privacy control by RabsRincon · 6 years ago
  45. d5222ce Tweak dropdown social sharing css by RabsRincon · 6 years ago
  46. 284897e Move back to actual real ICOs for favicon by Matt Godbolt · 7 years ago
  47. fc72053 Import new logo and change CSS etc to use it by Matt Godbolt · 7 years ago
  48. 7b14f37 Adding in a webpack args command line arugment, use this to pass -p for prod builds as this seems to be the right thing to do according to docs. Just some general white space clean up in the webpack config file by jaredwy · 7 years ago
  49. 8720896 Adding in uglify for our last push to prod by jaredwy · 7 years ago
  50. b647cc0 Using the html loader instead of copying the files in by jaredwy · 7 years ago
  51. 38ad394 Move the html pages into the dist bundle, so they get served. I hope by jaredwy · 7 years ago
  52. 9372ad9 Instead of dynamically adding a path, serve everything from relative this requires a change to the extract text plugin or you end up with dist/dist requested by jaredwy · 7 years ago
  53. e16e8e9 Removing the publicPath and setting it inside base-path to get beta working by jaredwy · 7 years ago
  54. 5bf7e6b Address PR reviews by RabsRincon · 7 years ago
  55. bdf7358 moving things about to get the makefile working with travis-dist mostly just copying the vs folder in so it can load from the static dir, and then getting the faveicon copied into the dist folder so we can serve everything from in there by jaredwy · 7 years ago
  56. 4fe764a Dev mode back up and running by jaredwy · 7 years ago
  57. 4db0746 faking a require in pug for now, until we can refactor enough to run webpack over our pug files by jaredwy · 7 years ago
  58. 796e023 WIP by jaredwy · 7 years ago
  59. 8be70d1 Adding a make entry for a dev mode. Cleaning up some unused variables, moving some vars to be vars so i can move paths easier by jaredwy · 7 years ago
  60. 06827d3 Point vs for require calls at node modules, rather than the copied monaco. It adds some complexity around how we load monaco, but that already exists this is better than the three alternatives. Use post-install to copy the files into static, use a shell script to copy using the webpack shell plugin to copy before monaco runs and finally do it manually by jaredwy · 7 years ago
  61. 1fb351b Adding a path to the right vs by jaredwy · 7 years ago
  62. 094e223 moving vs into the static directory instead of the main directory by jaredwy · 7 years ago
  63. 70556a6 first pass at using webpack/yarn rather than bower and require.js by jaredwy · 7 years ago