Skip to content
  • Andrey Azov's avatar
    Change the way webpack configs are composed (#211) · 66803416
    Andrey Azov authored
    Rather than starting with an environment-specific config as an entry point for webpack,
    use a generic config as an entry point, and from there add more specific configs
    via composition using webpack-merge.
    66803416