Copy custom instance files into the build
This commit is contained in:
@ -97,6 +97,13 @@ module.exports = {
|
||||
}, {
|
||||
from: join(__dirname, '../app/instance'),
|
||||
to: join(output.path, 'instance'),
|
||||
}, {
|
||||
from: join(__dirname, '../custom/instance'),
|
||||
to: join(output.path, 'instance'),
|
||||
noErrorOnMissing: true,
|
||||
globOptions: {
|
||||
ignore: ['**/.gitkeep'],
|
||||
},
|
||||
}],
|
||||
options: {
|
||||
concurrency: 100,
|
||||
|
||||
Reference in New Issue
Block a user