Merge branch 'canary' of https://github.com/mrstallion/fchat-rising into canary
This commit is contained in:
commit
e4e3e27ae9
|
@ -102,7 +102,7 @@ const mainConfig = {
|
||||||
{
|
{
|
||||||
patterns: [
|
patterns: [
|
||||||
{
|
{
|
||||||
from: path.resolve(__dirname, '..', 'chat', 'preview', 'assets', '**/*'),
|
from: path.resolve(__dirname, '..', 'chat', 'preview', 'assets', '**', '*').replace(/\\/g, '/'),
|
||||||
to: path.join('preview', 'assets'),
|
to: path.join('preview', 'assets'),
|
||||||
context: path.resolve(__dirname, '..', 'chat', 'preview', 'assets')
|
context: path.resolve(__dirname, '..', 'chat', 'preview', 'assets')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue