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 18, 2022
1 parent 8a93d8d commit bd8f950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 bd8f950

Please sign in to comment.