Skip to content

Commit

Permalink
refactor: avoid using multiple 'use strict'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 8, 2023
1 parent 706a160 commit 6b685d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/child-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/** @typedef {import("webpack/lib/Compiler.js")} WebpackCompiler */
/** @typedef {import("webpack/lib/Chunk.js")} WebpackChunk */
'use strict';

/**
* @file
* This file uses webpack to compile a template with a child compiler.
*
* [TEMPLATE] -> [JAVASCRIPT]
*
*/
'use strict';

let instanceId = 0;
/**
Expand Down

0 comments on commit 6b685d1

Please sign in to comment.