refactor: components cdn (#1110)
* refactor(wip): separate components files into zips and assets dir * refactor(wip): use new components package and cdn in mobile * chore: add components to metro config * chore: bump snjs with new web assets path * refactor: exclude package.json files recursively from being copied into components dist folder to avoid conflicts with react native duplicates
This commit is contained in:
@@ -87,7 +87,7 @@ module.exports = function ({ onlyTranspileTypescript = false, experimentalFeatur
|
||||
to: 'web',
|
||||
},
|
||||
{
|
||||
from: '../../node_modules/@standardnotes/components-meta/dist/',
|
||||
from: 'node_modules/@standardnotes/components-meta/dist/',
|
||||
to: 'web/components',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user