Skip to content

Commit

Permalink
webui: Optimize Meteor bundle size (fixes y-scope#498). (y-scope#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao authored Jul 28, 2024
1 parent c2ded71 commit c2d1e40
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 35 deletions.
26 changes: 11 additions & 15 deletions components/webui/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
[email protected] # Reactive variable for tracker
[email protected] # Packages every Meteor app needs to have
[email protected] # The database Meteor supports right now
[email protected] # Reactive variable for tracker

[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Enable TypeScript syntax in .ts and .tsx modules
[email protected] # Server-side component of the `meteor shell` command
[email protected] # Update client in development without reloading the page
[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Update client in development without reloading the page

[email protected] # Define static page content in .html files
react-meteor-data # React higher-order component for reactively tracking Meteor data
fourseven:scss
meteortesting:mocha
[email protected] # Define static page content in .html files
react-meteor-data@2.7.2 # React higher-order component for reactively tracking Meteor data
fourseven:scss@4.16.0 # Compile Sass files with node-sass
meteortesting:mocha@2.1.0 # Testing framework
2 changes: 1 addition & 1 deletion components/webui/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@2.15
METEOR@2.16
34 changes: 15 additions & 19 deletions components/webui/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].4
[email protected].3
[email protected]
[email protected]
[email protected].2
[email protected].1
[email protected]
check@1.3.2
check@1.4.1
[email protected]
[email protected].1
[email protected].0
[email protected].0
[email protected].2
[email protected].1
[email protected].1
[email protected]
[email protected]
[email protected]
Expand All @@ -27,28 +27,25 @@ fourseven:[email protected]
[email protected]
[email protected]
[email protected]
[email protected].4
htmljs@1.2.1
[email protected].3
htmljs@1.1.1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].9
[email protected].10
[email protected]
[email protected]
[email protected]
Expand All @@ -62,16 +59,15 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].2
[email protected].1
[email protected]
[email protected]
[email protected]
[email protected].3
[email protected].2
[email protected]
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
[email protected]
1 change: 1 addition & 0 deletions components/webui/.meteorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linter

0 comments on commit c2d1e40

Please sign in to comment.