Minor fixes to KO template (bundling config and menu styling)

This commit is contained in:
SteveSandersonMS
2016-03-08 16:08:49 +00:00
parent 515c659a47
commit 25ba7986d8
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
]
},
entry: {
vendor: ['bootstrap', 'bootstrap/dist/css/bootstrap.css', 'knockout', 'crossroads', 'hasher', 'style-loader', 'jquery'],
vendor: ['bootstrap', 'bootstrap/dist/css/bootstrap.css', 'knockout', 'crossroads', 'history', 'style-loader', 'jquery'],
},
output: {
path: path.join(__dirname, 'wwwroot', 'dist'),