split webpack config into dev and prod
This commit is contained in:
parent
60b2b5f203
commit
a96f79a068
9 changed files with 121 additions and 45314 deletions
react/components/ShowAssetLite
|
@ -1,6 +1,5 @@
|
|||
import React from 'react';
|
||||
import SEO from 'components/SEO';
|
||||
import OpenGraphTags from 'components/OpenGraphTags';
|
||||
import { Link } from 'react-router-dom';
|
||||
import AssetDisplay from 'components/AssetDisplay';
|
||||
import { createPageTitle } from 'utils/pageTitle';
|
||||
|
@ -18,7 +17,6 @@ class ShowLite extends React.Component {
|
|||
return (
|
||||
<div className='row row--tall flex-container--column flex-container--center-center'>
|
||||
<SEO pageTitle={pageTitle} canonicalLink={canonicalLink} metaTags={metaTags} />
|
||||
<OpenGraphTags />
|
||||
<div>
|
||||
<AssetDisplay />
|
||||
<Link id='asset-boilerpate' className='link--primary fine-print' to={`/${claimId}/${name}`}>hosted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue