This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/workbox-config.js
Maxim Slipenko 4b8e488517
All checks were successful
continuous-integration/drone/push Build is passing
добавляет rollup-plugin-workbox
2022-06-03 10:04:56 +03:00

11 lines
210 B
JavaScript

module.exports = {
globDirectory: 'dist/',
globPatterns: [
'**/*.{png,css,ico,svg,ttf,woff,woff2,js,json}',
'index.html'
],
swSrc: 'src/js/sw.js',
swDest: 'dist/sw.js',
mode: 'production'
}