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

could not import scss file #80

@koshuang

Description

@koshuang

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:

import './test.scss';

and very simple test.scss in same folder as admin.js:

.test {
  color: red;
}

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions