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

Commit dc0b69c

Browse files
committed
Import chunk manifest module from src folder
1 parent 46a464b commit dc0b69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin-init-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import test from "ava";
22
import InlineChunkManifestHtmlWebpackPlugin from "../src/";
3-
import ChunkManifestPlugin from "chunk-manifest-webpack-plugin";
3+
import ChunkManifestPlugin from "../src/chunk-manifest-webpack-plugin";
44

55
test("has defaults", t => {
66
const expected = {

0 commit comments

Comments
 (0)