Skip to content

Commit

Permalink
Merge pull request #5210 from ematipico/master
Browse files Browse the repository at this point in the history
Changed statement 'var' to 'const'
  • Loading branch information
sokra committed Jul 6, 2017
2 parents 7913789 + 2ccc1fd commit e365b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/webworker/WebWorkerChunkTemplatePlugin.js
Expand Up @@ -4,8 +4,8 @@
*/
"use strict";

var ConcatSource = require("webpack-sources").ConcatSource;
var Template = require("../Template");
const ConcatSource = require("webpack-sources").ConcatSource;
const Template = require("../Template");

class WebWorkerChunkTemplatePlugin {

Expand Down

0 comments on commit e365b2e

Please sign in to comment.