Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Fix minor docs format
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor committed Nov 7, 2018
1 parent 58e82cc commit 2289089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Your webpacked functions will be `require()`-d in so your bundle should work out
You will need to customize your webpack config to suit your own project, but below is an sample config of how to achieve this in Webpack 4.x:

_webpack.config.js_

```js
const path = require("path");
const nodeExternals = require("webpack-node-externals");
Expand Down

0 comments on commit 2289089

Please sign in to comment.