shellscape / webpack-nano

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

fix: handle default export. fixes #7 #8

Closed shellscape closed 5 years ago

shellscape commented 5 years ago

This PR contains:

Breaking Changes?

If yes, please describe the breakage.

Please Describe Your Changes

Issue #7 raised a problem with ES6 module configs that exported a default. The default export wasn't recognized and the entire export was passed to webpack, resulting in a validation error.