You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Cleaned up .eslintrc.js, meta.js/build/build.js, config/index.js (#1082, #1091, #1093, #1132)