Skip to content

Commit

Permalink
fix: Do not transform ansi-styles with identity-obj-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Jul 28, 2020
1 parent e281b5b commit 44c610b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"^react$": "<rootDir>/config/aliases/globalReact",
"^(react-dom|react-dom/(.*))$": "<rootDir>/config/aliases/globalReactDOM",
"\\.(png|gif|jpe?g|svg)$": "<rootDir>/test/__mocks__/fileMock.js",
"styles": "identity-obj-proxy"
"\\.styl$": "identity-obj-proxy"
},
"browser": true,
"transformIgnorePatterns": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
getUserActionRequired,
APP_SELECTOR
} from './dom'
import 'styles'
import 'styles/index.styl'
import 'lib/importIcons'

const createBarElement = () => {
Expand Down

0 comments on commit 44c610b

Please sign in to comment.