Closed shellscape closed 5 years ago
This PR contains:
If yes, please describe the breakage.
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.
default
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.