Skip to content

v 1.2.5 - Polishing

Compare
Choose a tag to compare
@LinusBorg LinusBorg released this 02 Dec 21:55
· 55 commits to master since this release

Things we fixed

  • When providing a port for the devserver with the PORT env variable, the value is now properly coerced to a number (#1099, 17a0e5c)

Things we improved

  • Switched to the new version of the uglifyjs-webpack-plugin, which uses the latest uglifyjs so we can minify code that uses ES6 syntax (@sudo-suhas, #1119 ).
  • dependencies in package.json are now properly sorted in alphabetic order (@jakub300, #1118)
  • We updated a couple of pages in the template docs in minor ways (d0b9007, #1092)
  • the project url shown in the console after the devserver started now respects the host setting from /config or a HOST env variable (@joltmode, #1103).
  • prevent webpack from inserting useless mocks (7cf7d41)

Maintenance