Add webcomponents polyfill and load official framework API script

This commit is contained in:
hensm
2019-03-20 20:26:30 +00:00
parent 04bf7a209d
commit 2a327573da
5 changed files with 303 additions and 9 deletions

View File

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