angular.js - ng2下提取sass文件有问题?
天蓬老师
天蓬老师 2017-05-15 17:09:52
0
1
526

1、组件:

import { Component } from '@angular/core'; @Component({ selector: 'app', template: require('./app.component.html'), styles: [ require('./app.component.scss') ] }) export default class AppComponent{ }

2、在webpack中的配置:

... { test: /\.scss$/, loader: ExtractTextPlugin.extract( 'style-loader', 'raw-loader!css-loader!sass-loader' ), exclude: /node_modules/ } ...

3、在浏览器下报Uncaught Error: Expected 'styles' to be an array of strings.

4、到底要怎么提取scss文件呢?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

全員に返信 (1)
漂亮男人

styleUrls を使用してください。raw-loader は最後に実行する必要があります。ただし、require を使用した後に AOT コンパイルが必要な場合は、問題が発生します。

いいねを押す+0
    最新のダウンロード
    詳細>
    ウェブエフェクト
    公式サイト
    サイト素材
    フロントエンドテンプレート
    私たちについて 免責事項 Sitemap
    PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!