UNPKG

sw-builder

Version:

The sw-builder package automates the creation of your Application's Service Worker, which pre-caches your build. This leads to a better overall performance and enables users to access your PWA without an Internet connection.

6 lines (5 loc) 175 B
type IErrorCode = 'INVALID_TEMPLATE_NAME' | 'INVALID_CONFIG_VALUE' | 'NOT_A_PATH_ELEMENT'; declare const ERRORS: { [key in IErrorCode]: IErrorCode; }; export { ERRORS, };