Fix production webpack build

This commit is contained in:
Berkeley Martinez
2016-05-31 14:32:26 -07:00
parent e45045440e
commit a0efb99ea8
5 changed files with 48 additions and 46 deletions

View File

@@ -9,5 +9,7 @@ html(lang='en')
body.no-top-and-bottom-margins(style='overflow: hidden')
#fcc!= markup
script!= state
script.
window.webpackManifest = !{JSON.stringify(chunkManifest || {})};
script(src=rev('/js', 'vendor-challenges.js'))
script(src=getBundleLocation())