Skip to content

Commit

Permalink
Changed statement 'var' to 'const'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoppa, Emanuele committed Jul 4, 2017
1 parent a589a6c commit 2ccc1fd
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 2ccc1fd

Please sign in to comment.