2 Matching Annotations
- Jul 2020
-
-
RAILS_ENV determines which Webpacker YAML settings are used and NODE_ENV determines which webpack configuration is used.
-
This finally brings us to the use case for NODE_ENV=test: JavaScript unit testing By this I mean executing tests, written in JavaScript, against your application JavaScript code within a Node.js process.
-