Make webpack 5 work
This commit is contained in:
parent
96d8707353
commit
aa97335b20
6 changed files with 361 additions and 1781 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import runtime from 'serviceworker-webpack-plugin/lib/runtime'
|
||||
import runtime from 'serviceworker-webpack5-plugin/lib/runtime'
|
||||
|
||||
function urlBase64ToUint8Array (base64String) {
|
||||
const padding = '='.repeat((4 - base64String.length % 4) % 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue