//const Dotenv = require('dotenv-webpack'); module.exports = { lintOnSave: false, compiler: true, configureWebpack: { plugins: [ //new Dotenv(), ], }, };