Adds deployment for icons
This commit is contained in:
parent
154002f6f3
commit
0e10ea3cab
14 changed files with 1449 additions and 53 deletions
|
|
@ -11,6 +11,9 @@ const context = await esbuild.context({
|
|||
platform: 'node',
|
||||
target: 'node10.4',
|
||||
sourcemap: 'linked',
|
||||
loader: {
|
||||
'.node': 'copy',
|
||||
}
|
||||
})
|
||||
|
||||
export default context
|
||||
Loading…
Add table
Add a link
Reference in a new issue