Commit 1e8bb72
authored
fix: webpack dynamic import (#1509)
- Use webpackIgnore to disable url resolving:
https://webpack.js.org/loaders/css-loader/#disable-url-resolving-using-the--webpackignore-true--comment
- Tested with
https://github.com/deephaven-examples/deephaven-react-app-enterprise/tree/cra-light-dashboard.
No warning was emitted from the webpack build step.
- Tested `npm start` still loaded correctly1 parent 1283a34 commit 1e8bb72
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments