nuxt-community / dotenv-module

Loads your .env file into your application context
MIT License
495 stars 30 forks source link

Merge options correctly #22

Closed ricardogobbosouza closed 6 years ago

ricardogobbosouza commented 6 years ago

This allows us to combine multiple option sources.

module.exports = {
    modules: [
        '@nuxtjs/dotenv'
    ],
    dotenv: {
        // read configuration from here too
    }
}
JulienTant commented 6 years ago

Hi !

Thanks for your contribution! It would be awesome if you could also add a test on this !

JulienTant commented 6 years ago

Thank your ! :) I'm releasing it in ~2/3hours!