Skip to content

Instantly share code, notes, and snippets.

var path = require('path');
var webpack = require('webpack');
module.exports = {
entry: [
path.normalize('es6-shim/es6-shim.min'),
'reflect-metadata',
'web-animations.min',
path.normalize('zone.js/dist/zone-microtask'),
path.resolve('app/app')
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "Build an AWS VPC with 2 subnets in a single AZ. **WARNING** You will be billed for the AWS resources used if you create a stack from this template.",
"Parameters" : {
"KeyName" : {
"Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances",
"Type" : "String",
"MinLength": "1",