-
Notifications
You must be signed in to change notification settings - Fork 230
squel.select().from is undefined after minimizing #372
Comments
I'm seeing the same issue. Has anyone been able to find a way around it? It looks like the |
I added |
I ended up excluding it from webpack build and added it as an external: In webpack config
In html
|
Confirmed, same problem here. @hiddentao can you please have a look at this? |
@RickyRoller thanks a lot for the tip, I'm also using Angular and solved this way: azerothcore/Keira3@98f191e However, it's really a pity to have such a bug :( |
has any one found a solution for React JS? |
Only after minimizing, when I try to do squel.select().from(...) I get an error that squel.select().from is undefined. When not minimized, the code works fine. Has anyone successfully minimized the code using webpack 4?
The text was updated successfully, but these errors were encountered: