css enjeux
This commit is contained in:
@@ -23,6 +23,7 @@ let config = {
|
||||
{
|
||||
test: /\.scss$/i,
|
||||
use: [
|
||||
|
||||
{
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
@@ -46,12 +47,23 @@ let config = {
|
||||
name: '[name].[ext]',
|
||||
outputPath: 'fonts/'
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
loader: 'postcss-loader',
|
||||
options: {
|
||||
sourceMap: true,
|
||||
config: {
|
||||
path: 'postcss.config.js'
|
||||
}
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
|
||||
],
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user