Skip to content

Commit

Permalink
Removed unneeded __webpack_public_path__ override
Browse files Browse the repository at this point in the history
  • Loading branch information
adambriny committed Apr 18, 2020
1 parent f088145 commit 902b53c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { createFileTree, createRootElement, getBrowserApi } from './lib'

import './style.css'

__webpack_public_path__ = getBrowserApi().runtime.getURL('')

const { document, MutationObserver, parseInt = Number.parseInt } = window

let observer
Expand Down

0 comments on commit 902b53c

Please sign in to comment.