New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

slds-resolver

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slds-resolver

A Webpack Resolver plugin for handling SLDS assets

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
4
300%
Maintainers
2
Weekly downloads
 
Created
Source

slds-resolver

This package is a simple resolver plugin for webpack that will help webpack find assets in the node_modules/@salesforce-ux/design-system/assets folder.

Without this module, many assets are pointed to using url(/assets/...), which isn't compatible with workflows where webpack is expected to generate all the necessary assets for a bundle (like Live Apps). Using this resolver will just make these files available to webpack, where you can use file-loader or similar to actually package the assets.

FAQs

Package last updated on 23 Mar 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