fix things again

This commit is contained in:
Kent C. Dodds 2016-05-02 23:05:12 -06:00
parent 5eb57c5fea
commit 67d8bd140c
2 changed files with 2 additions and 3 deletions

View File

@ -41,6 +41,6 @@
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Promise"></script>
<script src="/dist/bundle.js"></script>
<script src="/bundle.js"></script>
</body>
</html>

View File

@ -1,9 +1,8 @@
const path = require('path')
module.exports = {
entry: './js/app.js',
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, './dist'),
pathinfo: true,
},
context: __dirname,
devtool: 'eval',