UNPKG

@cuba-platform/front-generator

Version:
26 lines (25 loc) 497 B
{ "entrypoint": "index.html", "shell": "src/<%= project.namespace %>-shell.html", "sources": [ "src/**/*", "images/**/*", "bower.json" ], "extraDependencies": [ "manifest.json", "service-worker.js", "bower_components/webcomponentsjs/*.js", "bower_components/fetch/fetch.js" ], "lint": { "rules": ["polymer-2"] }, "builds": [ { "preset": "es6-unbundled", "basePath": "/<%= basePath %>/", "addServiceWorker": false } ] }