Webpack
Packer includes two files for customizing the webpack build settings. Uses webpack-merge to combine the files with packers default config. You can override or add any webpack configurations here
#
prod.config.jsUsed on all production builds (packer build
)
#
dev.config.jsUsed on all development builds (packer start
, packer watch
)