Remove WebComponents polyfill

This commit is contained in:
hensm
2020-09-04 19:22:33 +01:00
parent 0d5e332b83
commit a5fa427e10
4 changed files with 0 additions and 264 deletions

View File

@@ -63,11 +63,6 @@ module.exports = (env) => ({
return content;
}
}
, {
// Copy vendor dir
from: path.join(env.includePath, "vendor")
, to: path.join(env.outputPath, "vendor")
}
])
, new HtmlWebpackPlugin({