pages-core icon indicating copy to clipboard operation
pages-core copied to clipboard

Standardize NODE_ENV and webpack configuration use

Open drewbo opened this issue 2 years ago • 0 comments

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

drewbo avatar Aug 03 '23 18:08 drewbo