initial checkin

This commit is contained in:
Ceolter
2016-01-22 07:05:08 +00:00
parent e89f641a66
commit 6e609cfa08
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<script type="text/javascript" src="bundle.js" charset="utf-8"></script>
<script type="text/javascript" src="dist/bundle.js" charset="utf-8"></script>
</head>
<body>

View File

@@ -2,7 +2,7 @@ module.exports = {
entry: "./src/index.js",
output: {
path: __dirname,
filename: "bundle.js"
filename: "dist/bundle.js"
},
module: {
loaders: [