Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit e0b0d5e

Browse files
committed
Moved cred for chunk manifest extraction to dependency plugin
1 parent c52345e commit e0b0d5e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Inline Chunk Manifest HTML Webpack Plugin
2-
Extension plugin for `html-webpack-plugin` to inline webpack chunk manifest. Default inlines in head tag.
3-
Standing on shoulders of giants, by using [chunk-manifest-webpack-plugin](https://github.com/soundcloud/chunk-manifest-webpack-plugin) internally to extract chunks from manifest.
2+
Extension plugin for `html-webpack-plugin` to inline webpack's chunk manifest. Default inlines in head tag.
43

54
[![Build Status](https://travis-ci.org/jouni-kantola/inline-chunk-manifest-html-webpack-plugin.svg?branch=master)](https://travis-ci.org/jouni-kantola/inline-chunk-manifest-html-webpack-plugin)
65

src/chunk-manifest-webpack-plugin.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* This dependency plugin is a fork of:
3+
* chunk-manifest-webpack-plugin (https://github.com/soundcloud/chunk-manifest-webpack-plugin)
4+
*
5+
* inline-chunk-manifest-html-webpack-plugin already enables inlining webpack's chunk manifest,
6+
* and therefor has been extracted.
7+
*/
8+
19
"use strict";
210

311
const RawSource = require("webpack-sources").RawSource;

0 commit comments

Comments
 (0)