add back static import of styles

This commit is contained in:
Sean Yesmunt 2019-04-18 15:40:53 -04:00
parent ac459120ca
commit e676d0b4fb

View file

@ -30,9 +30,10 @@ import { ConnectedRouter, push } from 'connected-react-router';
import cookie from 'cookie'; import cookie from 'cookie';
import { formatLbryUriForWeb } from 'util/uri'; import { formatLbryUriForWeb } from 'util/uri';
import(/* webpackChunkName: "styles" */ // Import our app styles
/* webpackPrefetch: true */ // If a style is not necessary for the initial page load, it should be removed from `all.scss`
'scss/all.scss'); // and loaded dynamically in the component that consumes it
import 'scss/all.scss';
const APPPAGEURL = 'lbry://?'; const APPPAGEURL = 'lbry://?';