New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kasko/webpack-asset-loader-plugin

Package Overview
Dependencies
Maintainers
16
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasko/webpack-asset-loader-plugin

Load KASKO platform plugins and add their assets to output HTML

2.0.1
latest
npm
Version published
Weekly downloads
7
600%
Maintainers
16
Weekly downloads
 
Created
Source

fe-webpack-asset-loader-plugin-lib

KASKO Webpack Plugin for loading asset links from KASKO platform and injecting into output HTML

Usage

yarn add -D @kasko/webpack-asset-loader-plugin
+ const KaskoAssetLoaderPlugin = require('@kasko/webpack-asset-loader-plugin');

module.exports = {
  // ...
  plugins: [
+     new KaskoAssetLoaderPlugin({
+       plugins: {
+         plg_id_123: '^1.2.3',
+       },
+     }),
  ],
}

Development

Installation

yarn install

Testing

yarn test

Linting

yarn lint

FAQs

Package last updated on 03 Nov 2021

Did you know?

Socket

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.

Install

Related posts