//webpack.config const Dotenv = require('dotenv-webpack') module.exports = { // other settings... plugins: [ new Dotenv(), ] };.
確定! 回上一頁