Fix copy-webpack-plugin

This commit is contained in:
Manuel Bouza
2020-06-04 23:30:11 +02:00
parent 97e47ad769
commit d7e4a01adc
2 changed files with 29 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ module.exports = (env) => {
config.plugins.unshift(
new CopyWebpackPlugin({
pattern: [
patterns: [
{
from: "src/manifest.json",
transform: function (content, _path) {