Skip to content

Commit 171e285

Browse files
authored
Remove webpack reference (#795)
1 parent 475ba02 commit 171e285

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -233,17 +233,3 @@ export const SomeLinks = () => (
233233
</Text>
234234
);
235235
```
236-
237-
## Webpack reference
238-
239-
Scoobie distributes its Webpack config via a `scoobie/webpack` submodule:
240-
241-
```typescript
242-
const { ScoobieWebpackPlugin } = require('scoobie/webpack');
243-
```
244-
245-
Compatibility notes:
246-
247-
- SVGs cannot be directly imported into JSX as components.
248-
249-
Consider inlining the SVGs in your JSX instead.

0 commit comments

Comments
 (0)