You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
I'm trying to use the plugin with jspm 0.17.0-beta.14, however when loading the app it throws an error related to traceur.
In order to replicate the issue: git clone git@github.com:ettoredn/jspm-scss-test.git && cd jspm-scss-test npm install jspm install npm start
By commeting jspm-sass.js:1 the app works fine.
The text was updated successfully, but these errors were encountered:
You are using jspm@0.17.0-beta.14 which is not a stable release. It is still a beta and has bugs. Especially for plugins. Please use the latest stable version.
Unfortunately I don't have any experience with Traceur. jspm and SystemJS are primary made for the Babel transpiler. There are a lot of issues related to yours. The only difference is that they are using TypeScript instead of Traceur (#51, #55, #43, #35...). The solution for that is in issue #25. It should work for Traceur als well.
Please let me know if your problem is solved with the jspm stable release 0.16.34 and the workaround mentioned in issue #25.
I'm trying to use the plugin with jspm 0.17.0-beta.14, however when loading the app it throws an error related to traceur.
In order to replicate the issue:
git clone git@github.com:ettoredn/jspm-scss-test.git && cd jspm-scss-test
npm install
jspm install
npm start
By commeting jspm-sass.js:1 the app works fine.
The text was updated successfully, but these errors were encountered: