Skip to content

Commit e365b2e

Browse files
authored
Merge pull request webpack#5210 from ematipico/master
Changed statement 'var' to 'const'
2 parents 7913789 + 2ccc1fd commit e365b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/webworker/WebWorkerChunkTemplatePlugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*/
55
"use strict";
66

7-
var ConcatSource = require("webpack-sources").ConcatSource;
8-
var Template = require("../Template");
7+
const ConcatSource = require("webpack-sources").ConcatSource;
8+
const Template = require("../Template");
99

1010
class WebWorkerChunkTemplatePlugin {
1111

0 commit comments

Comments
 (0)