ducky/web
ducky/web/index.html
Remove .swp files, update package.json. Remove the .swp files and add .swp to the .hgignore file. Update package.json to pin webpack at 1.8.9 because 1.8.10 broke everything and decided that didn't deserve a major version bump. See https://github.com/webpack/webpack/issues/1016
| paddy@0 | 1 <!DOCTYPE html> |
| paddy@0 | 2 <html> |
| paddy@0 | 3 <head> |
| paddy@0 | 4 <meta charset="utf-8"> |
| paddy@0 | 5 <link rel="stylesheet" href="/static/main.css" /> |
| paddy@0 | 6 </head> |
| paddy@0 | 7 <body> |
| paddy@0 | 8 </body> |
| paddy@0 | 9 <script src="/static/common.js"></script> |
| paddy@0 | 10 <script src="/static/bundle.js"></script> |
| paddy@0 | 11 </html> |