Skip to content

Commit 853e0f9

Browse files
authored
minor #526 Correct link to babel docs in comment (darrylhein)
2 parents f35841a + 26d8934 commit 853e0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/loaders/babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
['@babel/preset-env', {
3434
// modules don't need to be transformed - webpack will parse
3535
// the modules for us. This is a performance improvement
36-
// https://github.com/babel/babel/tree/master/packages/babel-preset-env#modules
36+
// https://babeljs.io/docs/en/babel-preset-env#modules
3737
modules: false,
3838
targets: {},
3939
forceAllTransforms: webpackConfig.isProduction(),

0 commit comments

Comments
 (0)