Commit 7a5d620
committed
Do not try to include Node's fs module
This was caused by rdflib now `require`ing solid-auth-cli, which
Webpack then tried to bundle. Since that code path should never be
hit in production, we can safely exclude it from the bundle.1 parent 9af8d69 commit 7a5d620
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments