generator-polymer-init-vaadin-elements-app
Version:
Progressive web application template with Polymer App Toolbox and Vaadin Elements
18 lines (17 loc) • 366 B
JavaScript
module.exports = {
staticFileGlobs: [
'bower_components/webcomponentsjs/webcomponents-loader.js',
'manifest.json',
],
runtimeCaching: [
{
urlPattern: /\/bower_components\/webcomponentsjs\/.*.js/,
handler: 'fastest',
options: {
cache: {
name: 'webcomponentsjs-polyfills-cache',
},
},
},
],
};