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> <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer> </footer>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Promise"></script> <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> </body>
</html> </html>

View File

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