dotenv only works in the server-side. To use .env in the client side with webpack, use dotenv-webpack. Install the package, yarn add dotenv-webpack -D OR ...
確定! 回上一頁