I'm trying to create a config driven webapp using webpack and angular utilizing babel and es6.
I keep hitting a re-occuring problem that,I need my config.json in its own chunk and accessible from multiple controllers/components. However the difficulty is that I need it in human readable plain text form (aka not splashed with webpackJsonp etc and minified) just standard json.
Has anyone got any idea's?
Apologies in advance I'm completely new to webpack...