reactway / scss-bundle

Bundling SCSS files to one bundled file.
MIT License
57 stars 25 forks source link

Syntax error and 'use strict' not found after update (3.0.0) #71

Closed shiftgeist closed 5 years ago

shiftgeist commented 5 years ago

Descript your bug Errors after executing scss-bundle:

project/node_modules/.bin/scss-bundle: 1: project/node_modules/.bin/scss-bundle: use strict: not found
project/node_modules/.bin/scss-bundle: 2: project/node_modules/.bin/scss-bundle: Syntax error: word unexpected (expecting ")")

To Reproduce Steps to reproduce the behavior:

  1. npx scss-bundle

Package version: 3.0.0 Node version: v12.8.1 OS: Linux

MartynasZilinskas commented 5 years ago

Fix is already on the way. https://github.com/reactway/scss-bundle/pull/70. Thanks @savushkin for that.

MartynasZilinskas commented 5 years ago

v3.0.1 is released 🎉. I am closing this issue, if it doesn't fix your problem, please re-open.