fix: Remove extra margin around body element
This commit is contained in:
committed by
Adolfo R. Brandes
parent
fa05fa25ab
commit
7ddc95003e
@@ -22,8 +22,13 @@ const webpack5esmInteropRule = {
|
||||
},
|
||||
};
|
||||
|
||||
const rawAssetRule = {
|
||||
resourceQuery: /raw/,
|
||||
type: 'asset/source',
|
||||
};
|
||||
|
||||
const otherRules = config.module.rules;
|
||||
|
||||
config.module.rules = [webpack5esmInteropRule, ...otherRules];
|
||||
config.module.rules = [rawAssetRule, webpack5esmInteropRule, ...otherRules];
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user