Skip to content

Instantly share code, notes, and snippets.

View YurkaninRyan's full-sized avatar

Ryan Yurkanin YurkaninRyan

View GitHub Profile
@YurkaninRyan
YurkaninRyan / welcome-to-the-wild-west.html
Created February 1, 2018 20:58
Why am I a developer again?
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta name=Title content="">
<meta name=Keywords content="">
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=ProgId content=Word.Document>
literallyAMillionObjects.forEach(object => {
// uh-oh object 515,253 has no data for some reason :x
const { reallyImportantProperty, } = object.data;
// More mission critical code that will get you fired if it doesn't run
})
import babel from 'rollup-plugin-babel';
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import builtins from 'rollup-plugin-node-builtins';
import globals from 'rollup-plugin-node-globals';
export default {
name: 'GuruSlateTools',
input: 'src/index.js',
output: {