mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-21 08:04:18 -05:00
updated scss processing
This commit is contained in:
@@ -21,7 +21,10 @@ export default {
|
||||
test: /\.scss$/,
|
||||
use: ExtractTextPlugin.extract({
|
||||
fallback: 'style-loader',
|
||||
use: ['css-loader', 'sass-loader']
|
||||
use: [
|
||||
{loader: 'css-loader', options: { sourceMap: true }},
|
||||
{loader: 'sass-loader', options: { sourceMap: true }},
|
||||
]
|
||||
})
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user