github MoOx/phenomic 0.16.1

latest releases: v1.0.0, v1.0.0-beta.11, v1.0.0-beta.10...
7 years ago
  • Fixed: Uncaught TypeError: (0 , _reactRouterScroll2.default) is not a function
    We now
    only import useScroll
    from react-router-scroll (as we only use this).
    react-router-scroll@0.3.1 was exporting a default value, 0.3.2 is not.
    (#627 - @MoOx)
  • Fixed: SyntaxError: Unexpected token when importing CSS from
    node_modules.
    Previously, node_modules/* where skipped in webpack static build,
    to improve performance (via webpack externals option).
    The problem is that is going to cause some issue for most people that will
    require stuff from node_modules like CSS, SVG or other non-JS files.
    (#639 - @MoOx)
  • Added: better webpack build notifications.
    We replaced
    webpack-error-notifications
    by
    [webpack-notifier(https://www.npmjs.com/package/webpack-notifier)
    (which add compat for Windows).
    You don't have to do anything as it's embedded in Phenomic dev server.
    (#527 - @MoOx)

Don't miss a new phenomic release

NewReleases is sending notifications on new releases.