Skip to content

Commit

Permalink
Install url-loader into react_server. (facebookresearch#1824)
Browse files Browse the repository at this point in the history
`url-loader` need to be install to support `{test: /\.(svg|png)$/, loader: 'url-loader?limit=100000',}` in the `ParlAI/parlai/mturk/core/react_server/webpack.config.js` file.
  • Loading branch information
easonnie authored and JackUrb committed Jul 1, 2019
1 parent de27e41 commit 9b7ea3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parlai/mturk/core/react_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"babel-loader": "^8.0.2",
"css-loader": "^1.0.0",
"style-loader": "^0.23.0",
"url-loader": "^2.0.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1"
}
Expand Down

0 comments on commit 9b7ea3c

Please sign in to comment.