Commit e42bb98
authored
fix(ag-grid): Change how the license key is set (#1218)
- We were breaking webpack builds with the `const { env } = import.meta`
call
- Use `import.meta.env?.` directly
- Tested using a webpack project importing the plugin1 parent 2084cf5 commit e42bb98
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
| |||
0 commit comments