fix things again
This commit is contained in:
parent
5eb57c5fea
commit
67d8bd140c
@ -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>
|
||||
|
||||
@ -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',
|
||||
Loading…
x
Reference in New Issue
Block a user