Skip to content

Commit

Permalink
reduce bundle size
Browse files Browse the repository at this point in the history
and change animation
  • Loading branch information
dev01d committed Jan 22, 2019
1 parent ae73406 commit c41a64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react'
import { Link } from 'react-router-dom'
import { stack as Menu } from 'react-burger-menu'
import Menu from 'react-burger-menu/lib/menus/slide'
import '../styles/Sidebar.css'

export default class Sidebar extends Component {
Expand Down

1 comment on commit c41a64d

@dev01d
Copy link
Owner Author

@dev01d dev01d commented on c41a64d Jan 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File Before After
.map 2.77MB 2.38MB
.js 1.29MB 1.19MB

Please sign in to comment.