typeorm / ionic-example

Example project to demonstrate TypeORM in an Ionic app
67 stars 56 forks source link

Refactor webpack file #22

Closed pmargreff closed 6 years ago

pmargreff commented 6 years ago
* Refactor webpack to only extends current webpack file from
ionic with purpose to not touch modules which persistence
does not need update. So all others modules than plugin could
be updated according ionic cycle.
pmargreff commented 6 years ago

I remember about possible improvement on webpack file after seeing this answer on SO and how other project updates the webpack to not be so dependent and could enjoy new ionic functionalities on the fly ...

I tried to concatenate the typeorm packages, but didn't succeed with += either with .concat, so, suggestions are welcome.

daniel-lang commented 6 years ago

Thank you! This is something I have been looking into as well but didn't find the time to do. Makes the config file a lot more readable.