This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
0.16.1
- Fixed:
Uncaught TypeError: (0 , _reactRouterScroll2.default) is not a function
We now
only importuseScroll
from react-router-scroll (as we only use this).
[email protected]
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 webpackexternals
option).
The problem is that is going to cause some issue for most people that will
require stuff fromnode_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)