Skip to content

Commit

Permalink
chore: avoid load unused icons from ual-reactjs-renderer to reduce th…
Browse files Browse the repository at this point in the history
…e final bundle size
  • Loading branch information
adriexnet committed Feb 18, 2021
1 parent 49b5c16 commit 971a35b
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 514 deletions.
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"not op_mini all"
],
"dependencies": {
"@eoscostarica/ual-reactjs-renderer": "^0.3.1",
"@apollo/react-hooks": "^4.0.0",
"@date-io/core": "^2.10.6",
"@eoscostarica/eoscr-components": "^3.1.0",
Expand Down Expand Up @@ -80,7 +81,6 @@
"ual-ledger": "^0.3.0",
"ual-lynx": "^0.4.0",
"ual-meetone": "^0.1.1",
"ual-reactjs-renderer": "^0.3.1",
"ual-scatter": "^0.3.0",
"ual-token-pocket": "^0.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { render } from 'react-dom'
import { Provider } from 'react-redux'
import { UALProvider, withUAL } from 'ual-reactjs-renderer'
import { UALProvider, withUAL } from '@eoscostarica/ual-reactjs-renderer'
import { ApolloProvider } from '@apollo/react-hooks'
import { ThemeProvider as MuiThemeProvider } from '@material-ui/core/styles'
import { StylesProvider } from '@material-ui/styles'
Expand Down
Loading

0 comments on commit 971a35b

Please sign in to comment.