Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Refactor webpack file #22
Conversation
pmargreff
commented
Jul 2, 2018
* 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.
|
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 |
|
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. |