-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hello,
This is my first attempt to use this loader but I can't make it work.
I do have NODE_ENV set but still not working
console.log("process.env.NODE_ENV", process.env.NODE_ENV); // -> development
// #endif
// #if process.env.NODE_ENV === 'production'
console.log("production Application started"); // is printed to console
// #endif
// #if ENV === 'development'
console.log("development Application started"); // is printed to console
// #endif
Both log are printed to console
bbert and Hoomanmsh
Metadata
Metadata
Assignees
Labels
No labels