Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 7d7238a

Browse files
author
Matt Goo
authored
Update js-bundle-factory.js
1 parent 4b5a5fd commit 7d7238a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/webpack/js-bundle-factory.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ class JsBundleFactory {
6969
}) {
7070
chunks = chunks || this.globber_.getChunks({inputDirectory, filePathPattern});
7171

72-
const babelLoader = {
73-
loader: 'babel-loader',
74-
options: {
75-
cacheDirectory: true,
76-
},
72+
const babelLoader = {
73+
loader: 'babel-loader',
74+
options: {
75+
cacheDirectory: true,
76+
},
7777
};
7878

7979
return {

0 commit comments

Comments
 (0)