This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Description
Hi,
I tried to use plugin-sass but always got an error like
system.src.js:5036 GET http://localhost:3000/dist/app/admin/test.scss.js 404 (Not Found)
Could someone give me a hint? Here is what I do.
I set my system.confi.js as
System.config({
...
buildCSS: true,
separateCSS: false,
meta: {
"*.scss": { "loader": "sass" },
"*.sass": { "loader": "sass" },
...
}
});
and have admin.js which include follow code:
and very simple test.scss in same folder as admin.js:
Thanks!