![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@marsjs/vue-cli-plugin-pwa
Advanced tools
pwa plugin for vue-cli
To get pwa configuration and pass them to webpack plugin mars-pwa-webpack-plugin. The webpack Plugin generates the cache whiteManifestList and blackManifestList
Configuration is handled via the pwa
property of the vue.config.js
file
pwa.include
If you want to cache some type of file, you can use it. If you ignore this,
the default value of it is [ /\.html$/, /\.jpg$/, /\.png$/, /\.css$/, /\.js$/]
pwa.exclude If you dont want to cache some api or some type of file, or some file specified, you can use this param
pwa.versiob
This param is intended to generate the service worker cachename.
The cache name is MARS_PWA_CACHE-${api.service.pkg.name}-${options.pwa.version}
When you changed the pwa options, you may supply the version
// Inside vue.config.js
module.exports = {
// ...other vue-cli plugin options...
pwa: {
include: [ /\.html$/, /\.jpg$/, /\.png$/, /\.css$/, /\.js$/],
version: '1-1-4', // part of cacheName
exclude: ['app.css']
},
}
FAQs
mars pwa plugin for vue cli
The npm package @marsjs/vue-cli-plugin-pwa receives a total of 2 weekly downloads. As such, @marsjs/vue-cli-plugin-pwa popularity was classified as not popular.
We found that @marsjs/vue-cli-plugin-pwa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.