Limit service worker (#2886)

This commit is contained in:
Paulus Schoutsen 2019-03-05 12:42:42 -08:00 committed by GitHub
parent aa3b6343ed
commit daaaef96b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ module.exports = {
new WorkboxPlugin.GenerateSW({
swDest: "service_worker_es5.js",
importWorkboxFrom: "local",
include: [],
}),
].filter(Boolean),
resolve: webpackBase.resolve,