Strip Exif data without Sharp

This commit is contained in:
Evan Hahn
2021-09-02 10:59:42 -05:00
committed by GitHub
parent 30c3b7630c
commit f82012f129
5 changed files with 21 additions and 45 deletions

View File

@@ -31,11 +31,5 @@ module.exports = ({ config }) => {
net: 'net',
};
config.plugins.unshift(
new webpack.IgnorePlugin({
resourceRegExp: /sharp$/,
})
);
return config;
};