Homebrew Formula patching old ImageMagick release 6.9.8
$ brew install https://gist.githubusercontent.com/krinoid/38a81654864902bb94331632e06ac1ed/raw/69af6fd7658224e7e09f29ecf7a79768be79f9b1/imagemagick.rb
This tutorial was created by Shopify for internal purposes. We've created a public version of it since we think it's useful to anyone creating a GraphQL API.
It's based on lessons learned from creating and evolving production schemas at Shopify over almost 3 years. The tutorial has evolved and will continue to change in the future so nothing is set in stone.
'use strict'; | |
const autoprefixer = require('autoprefixer'); | |
const ExtractTextPlugin = require('extract-text-webpack-plugin'); | |
const path = require('path'); | |
const { | |
CheckerPlugin, | |
TsConfigPathsPlugin, | |
} = require('awesome-typescript-loader'); | |
const HappyPack = require('happypack'); |