Skip to content

Instantly share code, notes, and snippets.

[defuser@server test-packer]$ PACKER_LOG=1 packer.io build mini.json
2017/01/04 20:39:41 [INFO] Packer version: 0.12.1
2017/01/04 20:39:41 Packer Target OS/Arch: linux amd64
2017/01/04 20:39:41 Built with Go Version: go1.7.3
2017/01/04 20:39:41 Detected home directory from env var: /home/defuser
2017/01/04 20:39:41 Using internal plugin for virtualbox-ovf
2017/01/04 20:39:41 Using internal plugin for amazon-ebs
2017/01/04 20:39:41 Using internal plugin for azure-arm
2017/01/04 20:39:41 Using internal plugin for file
2017/01/04 20:39:41 Using internal plugin for oneandone
@syffs
syffs / nuxt.config.js
Created April 12, 2018 22:25
ending up with 2MB+ server-bundle.js
module.exports = {
head: {
title: 'foo',
meta: [
{charset: 'utf-8'},
{name: 'viewport', content: 'width=device-width, initial-scale=1'},
{hid: 'description', name: 'description', content: 'foo website'}
],
link: [
{rel: 'icon', type: 'image/x-icon', href: '/favicon.ico'}