refactor: deps update + 2FA setup + verify
This commit is contained in:
@@ -162,10 +162,7 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/,
|
||||
exclude: [
|
||||
path.join(process.cwd(), 'client')
|
||||
],
|
||||
test: /\.(woff2|woff|ttf|eot)(\?v=\d+\.\d+\.\d+)?$/,
|
||||
use: [{
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
|
@@ -168,10 +168,7 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/,
|
||||
exclude: [
|
||||
path.join(process.cwd(), 'client')
|
||||
],
|
||||
test: /\.(woff2|woff|ttf|eot)(\?v=\d+\.\d+\.\d+)?$/,
|
||||
use: [{
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
|
Reference in New Issue
Block a user