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>
|
<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>
|
||||||
|
|||||||
@ -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',
|
||||||
Loading…
x
Reference in New Issue
Block a user