Skip to content

Commit

Permalink
docs: update example webpack config path
Browse files Browse the repository at this point in the history
  • Loading branch information
mkazlauskas committed Nov 16, 2022
1 parent a9be26b commit 0205fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ Packages are distributed as both CommonJS and ESM modules.

- Node.js >=14.20.1
- using with `type="module"` requires `--experimental-specifier-resolution=node` flag
- Browser via bundlers (see [example webpack config](./packages/web-extension/e2e/webpack.config.js))
- Browser via bundlers (see [example webpack config](./packages/e2e/test/web-extension/webpack.config.js))

### Testing

Expand Down

0 comments on commit 0205fbe

Please sign in to comment.