Skip to content

Commit cff0f33

Browse files
committed
fix(types): put back use strict
1 parent c50d86a commit cff0f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Entrypoint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
MIT License http://www.opensource.org/licenses/mit-license.php
33
Author Tobias Koppers @sokra
44
*/
5+
"use strict";
56

67
const ChunkGroup = require("./ChunkGroup");
78

0 commit comments

Comments
 (0)