Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp-core-build-sass emits legacy export assignment #229

Closed
fuocor opened this issue Jun 14, 2017 · 1 comment · May be fixed by terrorizer1980/rushstack#7
Closed

gulp-core-build-sass emits legacy export assignment #229

fuocor opened this issue Jun 14, 2017 · 1 comment · May be fixed by terrorizer1980/rushstack#7

Comments

@fuocor
Copy link

fuocor commented Jun 14, 2017

the gulp-core-build-sass is using "export = styles" rather than "export default styles" when no module name is specified

@iclanton
Copy link
Member

If the module name is set to the empty string (''), the export = styles style export is used. If it's set to null or undefined, the export default styles; style export is used. Try setting that configuration value to null or undefined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants