Skip to content

Commit

Permalink
Remove webpack reference (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat authored Feb 19, 2025
1 parent 475ba02 commit 171e285
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,3 @@ export const SomeLinks = () => (
</Text>
);
```

## Webpack reference

Scoobie distributes its Webpack config via a `scoobie/webpack` submodule:

```typescript
const { ScoobieWebpackPlugin } = require('scoobie/webpack');
```

Compatibility notes:

- SVGs cannot be directly imported into JSX as components.

Consider inlining the SVGs in your JSX instead.

0 comments on commit 171e285

Please sign in to comment.