nfour / serverless-build-plugin

A Node.js focused build plugin for serverless.
MIT License
41 stars 9 forks source link

Warning in console output that no configuration was found #26

Closed ghost closed 7 years ago

ghost commented 7 years ago

The build plugin works without configuration, assuming some default values.

This is usually undesirable I assume. Could the console output of the plugin be explicit about where it found configuration, or if it didn't find any?

nfour commented 7 years ago

It's one of those things where if you don't RTFM you're going to have unexplained behavior - you can't babysit people. It's why I don't document how to set up a serverless project or how to npm install the plugin.