Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

poi@12 fine tuning #79

Merged
merged 8 commits into from
Feb 6, 2019
Merged

poi@12 fine tuning #79

merged 8 commits into from
Feb 6, 2019

Conversation

vladimyr
Copy link
Contributor

This PR incorporates build optimizations proposed inside #77 but implemented as part of chainWebpack hook instead. Additionally it brings minor poi version update: from v12.4 to v12.5 which resolves main issue #78 is trying to solve thus making it obsolete.

Bundle report is implemented as local poi plugin and poi.config.js got stripped from all historical baggage and non-needed stuff ⚡️

@vladimyr
Copy link
Contributor Author

Thanks to neutrinojs/webpack-chain#53 poi got --inspect-webpack option. 🎉
Here I'm wrapping it with npm script which allows following usecases:

# to inspect development mode config
$ npm run webpack:inspect-config
# to inspect production mode config
$ npm run webpack:inspect-config -- --prod

/cc @abasic @kronicker @marinko-peso

borna223 and others added 5 commits February 1, 2019 12:52
- creating local `bundle-report` plugin with `webpack-bundle-analyzer`
- cleaning historical leftovers from poi config
- allowing generated config inspection using:
  `poi --inspect-webpack`
@vladimyr vladimyr merged commit d15b16e into develop Feb 6, 2019
@vladimyr vladimyr deleted the feature/poi-fine-tuning branch February 6, 2019 17:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant