Strip Exif data without Sharp
This commit is contained in:
@@ -31,11 +31,5 @@ module.exports = ({ config }) => {
|
||||
net: 'net',
|
||||
};
|
||||
|
||||
config.plugins.unshift(
|
||||
new webpack.IgnorePlugin({
|
||||
resourceRegExp: /sharp$/,
|
||||
})
|
||||
);
|
||||
|
||||
return config;
|
||||
};
|
||||
|
Reference in New Issue
Block a user