mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Add webcomponents polyfill and load official framework API script
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user