This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { forwardRef } from 'react' | |
import styled from 'styled-components' | |
import css, { get } from '@styled-system/css' | |
import { | |
system, | |
compose, | |
space, | |
color, | |
typography, | |
layout, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Webpack config for development | |
var fs = require( 'fs' ) | |
var path = require( 'path' ) | |
var webpack = require( 'webpack' ) | |
var WebpackIsomorphicTools = require( 'webpack-isomorphic-tools' ) | |
var HappyPack = require( 'happypack' ) | |
var assetsPath = path.resolve( __dirname, '../static/dist' ) | |
var host = process.env.HOST || 'localhost' |