Skip to content

Instantly share code, notes, and snippets.

@romanonthego
Last active February 26, 2016 12:05
Show Gist options
  • Save romanonthego/c205523b6d2c82719bbc to your computer and use it in GitHub Desktop.
Save romanonthego/c205523b6d2c82719bbc to your computer and use it in GitHub Desktop.
loaders: [
{
test: /\.(jpg|png|gif|otf|ttf|eot|mp4|webm)(\?.*)?$/, // this ugly thing here for operations query support
loader: 'uploadcare',
query: {
publicKey: 'demopublickey',
privateKey: 'demoprivatekey',
statsFilePath: path.join(__dirname, 'build', 'uploadcare.json'),
resourcePathDivider: 'app',
},
},
]
// require('./assets/background.jpg')
//
// => "https://ucarecdn.com/85b5644f-e692-4855-9db0-8c5a83096e25/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment