Socket
Book a DemoInstallSign in
Socket

@packmule/assets-pack

Package Overview
Dependencies
Maintainers
2
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@packmule/assets-pack

Packmule pack to generate an assets manifest.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
2
Created
Source

Assets Pack npm-latest

Create an asset map file for use with hashed file names.

Overview

Setup

Assets Pack is included in the complete and default editions.

Current Release

npm install --save-dev @packmule/assets-pack

Nightly Build

npm install --save-dev @packmule/assets-pack@nightly

API

AssetsPack()

Usage

The AssetsPack is best used in combination with the packmule hash option.

Example

import Packmule from '@packmule/core';
import AssetsPack from '@packmule/assets-pack';

const packmule = new Packmule();
packmule.add(new AssetsPack());
return packmule.generate();

License

MIT

Keywords

webpack

FAQs

Package last updated on 01 Apr 2023

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