Skip to content

Commit

Permalink
chore: fix tracer-web example webpack config (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Jul 6, 2021
1 parent 6ed8d92 commit 3a327dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tracer-web/webpack.config.js
Expand Up @@ -8,7 +8,6 @@ const common = {
mode: 'development',
entry: {
metrics: 'examples/metrics/index.js',
test: 'examples/test/test.ts',
fetch: 'examples/fetch/index.js',
'xml-http-request': 'examples/xml-http-request/index.js',
zipkin: 'examples/zipkin/index.js',
Expand Down

0 comments on commit 3a327dd

Please sign in to comment.