Base webpack config

This commit is contained in:
Jeff Avallone
2018-02-10 15:58:29 -05:00
parent c67101a209
commit d78f4efd16
10 changed files with 6356 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
import '../../style.css';
+10
View File
@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Regexper - 404</title>
</head>
<body>
<h1>404</h1>
</body>
</html>