Skip to content

Commit a1d8c9c

Browse files
CallumNZarchmoj
andauthored
Update tasks/partial_bundle.js formatting
Co-authored-by: Mojtaba Samimi <[email protected]>
1 parent f8ad340 commit a1d8c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/partial_bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function partialBundle(tasks, opts) {
3535
var WHITESPACE_BEFORE = '\\s*';
3636
// remove require
3737
var regEx = WHITESPACE_BEFORE + 'require\\(\'\\./' + t + '\'\\),';
38-
if (strict) {
38+
if(strict) {
3939
regEx += '|require\\(\'\\.\\./src/traces/' + t + '/strict\'\\),'
4040
}
4141
var newCode = partialIndex.replace(new RegExp(regEx, 'g'), '');

0 commit comments

Comments
 (0)