From 3c09a0a91488e182f521b0cd39017cb5bc781a83 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Wed, 25 Jul 2018 19:38:43 -0400 Subject: Initial commit. Added pwa starter kit to project for the application. --- polymer.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 polymer.json (limited to 'polymer.json') diff --git a/polymer.json b/polymer.json new file mode 100644 index 0000000..e478bce --- /dev/null +++ b/polymer.json @@ -0,0 +1,69 @@ +{ + "entrypoint": "index.html", + "shell": "src/components/my-app.js", + "sources": [ + "images/**/*" + ], + "extraDependencies": [ + "manifest.json", + "node_modules/@webcomponents/webcomponentsjs/**", + "push-manifest.json" + ], + "builds": [ + { + "name": "esm-bundled", + "browserCapabilities": [ + "es2015", + "modules" + ], + "js": { + "minify": true + }, + "css": { + "minify": true + }, + "html": { + "minify": true + }, + "bundle": true, + "addServiceWorker": true + }, + { + "name": "es6-bundled", + "browserCapabilities": [ + "es2015" + ], + "js": { + "compile": "es2015", + "minify": true, + "transformModulesToAmd": true + }, + "css": { + "minify": true + }, + "html": { + "minify": true + }, + "bundle": true, + "addServiceWorker": true + }, + { + "name": "es5-bundled", + "js": { + "compile": "es5", + "minify": true, + "transformModulesToAmd": true + }, + "css": { + "minify": true + }, + "html": { + "minify": true + }, + "bundle": true, + "addServiceWorker": true + } + ], + "moduleResolution": "node", + "npm": true +} -- cgit v1.2.3-70-g09d2