Working font awesome setup
This commit is contained in:
parent
36cd3105b0
commit
f100537bbe
21 changed files with 12571 additions and 1181 deletions
|
|
@ -20,18 +20,7 @@ export default {
|
|||
},
|
||||
{
|
||||
test: /\.(sass|scss)$/,
|
||||
use: [
|
||||
{ loader: MiniCssExtractPlugin.loader },
|
||||
'css-loader',
|
||||
{
|
||||
loader: 'sass-loader',
|
||||
options: {
|
||||
sassOptions: {
|
||||
includePaths: ['node_modules'],
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
use: [{ loader: MiniCssExtractPlugin.loader }, 'css-loader', 'sass-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.(ttf|woff|woff2)$/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue