File tree Expand file tree Collapse file tree 5 files changed +29
-4
lines changed
common/changes/@hcengineering/platform-rig Expand file tree Collapse file tree 5 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "changes" : [
3+ {
4+ "packageName" : " @hcengineering/platform-rig" ,
5+ "comment" : " Ignore svelte preprocess warnings" ,
6+ "type" : " patch"
7+ }
8+ ],
9+ "packageName" : " @hcengineering/platform-rig"
10+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @hcengineering/platform-rig" ,
3- "version" : " 0.7.19 " ,
3+ "version" : " 0.7.20 " ,
44 "scripts" : {
55 "build" : " echo 'Not required'" ,
66 "format" : " echo 'Not required'"
Original file line number Diff line number Diff line change 1+ const sveltePreprocess = require ( 'svelte-preprocess' )
2+
3+ module . exports = {
4+ preprocess : sveltePreprocess ( {
5+ scss : {
6+ // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet
7+ silenceDeprecations : [ 'legacy-js-api' ]
8+ }
9+ } )
10+ } ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @hcengineering/ui-test" ,
3- "version" : " 0.7.12 " ,
3+ "version" : " 0.7.13 " ,
44 "author" : " Copyright © Hardcore Engineering Inc." ,
55 "template" : " @hcengineering/node-package" ,
66 "license" : " EPL-2.0" ,
Original file line number Diff line number Diff line change 11const sveltePreprocess = require ( 'svelte-preprocess' )
22
33module . exports = {
4- preprocess : sveltePreprocess ( )
5- } ;
4+ preprocess : sveltePreprocess ( {
5+ scss : {
6+ // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet
7+ silenceDeprecations : [ 'legacy-js-api' ]
8+ }
9+ } )
10+ } ;
You can’t perform that action at this time.
0 commit comments