mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
Merge branch 'vue3' of https://github.com/WeBankFinTech/fes.js into vue3
This commit is contained in:
commit
7460db344f
@ -250,11 +250,13 @@ export default async function getConfig({
|
||||
};
|
||||
}))].filter(Boolean);
|
||||
// const publicCopyIgnore = ['.DS_Store'];
|
||||
webpackConfig
|
||||
.plugin('copy')
|
||||
.use(require.resolve('copy-webpack-plugin'), [{
|
||||
patterns: copyPatterns
|
||||
}]);
|
||||
if (copyPatterns.length) {
|
||||
webpackConfig
|
||||
.plugin('copy')
|
||||
.use(require.resolve('copy-webpack-plugin'), [{
|
||||
patterns: copyPatterns
|
||||
}]);
|
||||
}
|
||||
|
||||
// --------------- define -----------
|
||||
createDefineWebpackConfig({
|
||||
|
Loading…
x
Reference in New Issue
Block a user