wub-preset-url
Version:
wub preset that adds url-loader to webpack
18 lines (17 loc) • 317 B
JSON
{
"name": "wub-preset-url",
"version": "0.0.4",
"description": "wub preset that adds url-loader to webpack",
"main": "index.js",
"keywords": [
"wub",
"preset",
"webpack",
"url-loader"
],
"author": "@meyer",
"license": "Apache-2.0",
"dependencies": {
"url-loader": "^0.6.2"
}
}