pages-core
pages-core copied to clipboard
Standardize NODE_ENV and webpack configuration use
We currently have three webpack configuration files, one of which development-build is unused. It may be helpful to condense this to one file webpack.config.js which is configured via environment variable, potentially NODE_ENV. That variable is set somewhat inconsistently across the application and should be documented.
Acceptance Criteria
- [ ] Determine next steps and acceptance criteria