got webpack production mode running

This commit is contained in:
Danny Coates 2018-07-13 11:13:09 -07:00
parent 1a78f57515
commit 787d227761
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 51 additions and 138 deletions

View file

@ -30,7 +30,7 @@ module.exports = function(state, body = '') {
<title>${state.title}</title>
<link rel="stylesheet" type="text/css" href="${assets.get('style.css')}" />
<link rel="stylesheet" type="text/css" href="${assets.get('app.css')}" />
<!-- generic favicons -->
<link rel="icon" href="${assets.get('favicon-32.png')}" sizes="32x32">
@ -67,7 +67,6 @@ module.exports = function(state, body = '') {
${firaTag}
<script defer src="/jsconfig.js"></script>
<!--<script defer src="${assets.get('runtime.js')}"></script>-->
<script defer src="${assets.get('style.js')}"></script>
<script defer src="${assets.get('vendor.js')}"></script>
<script defer src="${locales.get(state.locale)}"></script>
<script defer src="${assets.get('cryptofill.js')}"></script>