Skip to content

Commit

Permalink
refactor: add missing babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 31, 2018
1 parent a863280 commit ee307a7
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 @@ -17,7 +17,6 @@
"devDependencies": {
"@babel/cli": "^7.0.0-beta.39",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.39",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.39",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
Expand All @@ -36,6 +35,7 @@
},
"dependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.39",
"@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"@babel/preset-react": "^7.0.0-beta.39",
Expand Down
2 changes: 1 addition & 1 deletion src/webpack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import MemoryFs from 'memory-fs'

function compile(rules) {
const compiler = webpack({
context: __dirname,
context: path.resolve(__dirname),
entry: './__fixtures__/icon.svg',
output: {
path: path.resolve(__dirname),
Expand Down

0 comments on commit ee307a7

Please sign in to comment.