Compare commits
1 Commits
25b4769a20
...
3d3fb0e552
Author | SHA1 | Date |
---|---|---|
projectmoon | 3d3fb0e552 |
|
@ -15,4 +15,3 @@ bigboy
|
||||||
node_modules
|
node_modules
|
||||||
dist/
|
dist/
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
api/dist
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Webpack App</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"></head>
|
||||||
|
<body>
|
||||||
|
<script src="app.bundle.js"></script></body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue