Skip to content

Commit 13b7c29

Browse files
authored
docs: update babel-loader example webpack config (#549)
Set mode to 'write-references' as recommended in readme
1 parent 2f330b5 commit 13b7c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/babel-loader/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
semantic: true,
2323
syntactic: true,
2424
},
25+
mode: "write-references",
2526
},
2627
}),
2728
],

0 commit comments

Comments
 (0)