mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
Scss enabled.
This commit is contained in:
parent
1ecaf82998
commit
790f4010e1
5 changed files with 40 additions and 46 deletions
|
|
@ -158,6 +158,12 @@ module.exports = {
|
|||
loader: 'raw-loader'
|
||||
},
|
||||
|
||||
{
|
||||
test: /\.scss$/,
|
||||
exclude: /node_modules/,
|
||||
loader: 'raw-loader!sass-loader'
|
||||
},
|
||||
|
||||
/* Raw loader support for *.html
|
||||
* Returns file content as string
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue