add vendor-manifest.json to enable npx webpack

This commit is contained in:
Collin M. Barrett 2018-08-16 13:17:34 -05:00
parent 30bb81a96b
commit f48550622d
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View file

@ -335,4 +335,5 @@ ASALocalRun/
gs/Private.gs
appsettings.development.json
appsettings.production.json
src/FilterLists.Web/wwwroot/dist
src/FilterLists.Web/wwwroot/dist/*
!src/FilterLists.Web/wwwroot/dist/vendor-manifest.json

File diff suppressed because one or more lines are too long