mirror of https://github.com/webpack/webpack.git
test caching for concatenated modules
This commit is contained in:
parent
f12b8abcc0
commit
922500ed0d
|
|
@ -10,7 +10,8 @@ describe("TestCases", () => {
|
|||
},
|
||||
optimization: {
|
||||
innerGraph: true,
|
||||
usedExports: true
|
||||
usedExports: true,
|
||||
concatenateModules: true
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue