Skip to content

Commit 8531ff3

Browse files
authored
Update README.md
1 parent b2d8e00 commit 8531ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ The `build` function will run a single build of the functions in the folder.
2525

2626
## Webpack Configuration
2727

28-
By default the webpack configuration uses `babel-loader` to load all js files. Any `.babelrc` in the directory `netlify-lambda` is run from will be respected. If no `.babelrc` is found, a few basic settings are used.
28+
By default the webpack configuration uses `babel-loader` to load all js files. Any `.babelrc` in the directory `netlify-lambda` is run from will be respected. If no `.babelrc` is found, a [few basic settings are used](https://github.com/netlify/netlify-lambda/blob/master/lib/build.js#L11-L15a).
2929

3030
If you need to use additional webpack modules or loaders, you can specify an additional webpack config with the `-c` option when running either `serve` or `build`.
3131

3232
The additional webpack config will be merged into the default config via [webpack-merge's](https://www.npmjs.com/package/webpack-merge) `merge.smart` method.
3333

3434
## License
3535

36-
[MIT](LICENSE)
36+
[MIT](LICENSE)

0 commit comments

Comments
 (0)