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);
|
}))].filter(Boolean);
|
||||||
// const publicCopyIgnore = ['.DS_Store'];
|
// const publicCopyIgnore = ['.DS_Store'];
|
||||||
webpackConfig
|
if (copyPatterns.length) {
|
||||||
.plugin('copy')
|
webpackConfig
|
||||||
.use(require.resolve('copy-webpack-plugin'), [{
|
.plugin('copy')
|
||||||
patterns: copyPatterns
|
.use(require.resolve('copy-webpack-plugin'), [{
|
||||||
}]);
|
patterns: copyPatterns
|
||||||
|
}]);
|
||||||
|
}
|
||||||
|
|
||||||
// --------------- define -----------
|
// --------------- define -----------
|
||||||
createDefineWebpackConfig({
|
createDefineWebpackConfig({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user