mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 11:34:58 +02:00
:Apply templates (#3799)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json",
|
||||
"rigPackageName": "@hcengineering/platform-rig"
|
||||
"rigPackageName": "@hcengineering/platform-rig",
|
||||
"rigProfile": "package"
|
||||
}
|
||||
|
||||
@@ -57,7 +57,8 @@ module.exports = {
|
||||
crypto: false
|
||||
},
|
||||
extensions: ['.mjs', '.js', '.svelte', '.ts'],
|
||||
mainFields: ['svelte', 'browser', 'module', 'main']
|
||||
mainFields: ['svelte', 'browser', 'module', 'main'],
|
||||
conditionNames: ['svelte', 'browser', 'import']
|
||||
},
|
||||
output: {
|
||||
path: __dirname + '/dist',
|
||||
|
||||
Reference in New Issue
Block a user