shellscape / webpack-nano

A teensy, squeaky 🐤 clean Webpack CLI
Mozilla Public License 2.0
236 stars 5 forks source link

feat: custom cli flags #1

Closed shellscape closed 5 years ago

shellscape commented 5 years ago

This PR contains:

Breaking Changes?

Please Describe Your Changes

This PR introduces easy access to custom flags specified on the command line. This module doesn't validate CLI flags and as such allows the user to use any number of flags, defined in any way desirable. This PR adds a new export for easy access to custom flags and negates the need for inline envars.