@packmule/runtime-pack
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Runtime Pack npm-latest

Configure the webpack runtime.

Overview

Setup

Runtime Pack is included in the complete and default editions.

Current Release

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

Nightly Build

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

API

RuntimePack();

Usage

Example

Enables the webpack runtime with a custom name.

import Packmule from '@packmule/core';
import RuntimePack from '@packmule/runtime-pack';

const packmule = new Packmule();
packmule.add(new RuntimePack('bootstrap'));
return packmule.generate();

License

MIT


Package Sidebar

Install

npm i @packmule/runtime-pack

Weekly Downloads

12

Version

2.1.0

License

MIT

Unpacked Size

5.73 kB

Total Files

11

Last publish

Collaborators

  • t.esterer
  • thasmo