finishes production webpack build

This commit is contained in:
James
2018-07-19 08:06:14 -04:00
parent f31f7fe348
commit 446cb3e415
10 changed files with 291 additions and 107 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { render } from 'react-dom';
import './testStyles.scss';
import './testStyles.css';
const App = () => {
return (

View File

@@ -0,0 +1,4 @@
body {
background: purple;
color: white;
}

View File

@@ -1,3 +0,0 @@
body {
background: rgba(purple, .8);
}