simple-functional-loader
Version:
use function as webpack loader option
34 lines (33 loc) • 785 B
JSON
{
"name": "simple-functional-loader",
"version": "1.2.1",
"description": "use function as webpack loader option",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lovetingyuan/simple-functional-loader.git"
},
"keywords": [
"webpack",
"loader",
"function",
"inline",
"functional"
],
"author": "tingyuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/lovetingyuan/simple-functional-loader/issues"
},
"homepage": "https://github.com/lovetingyuan/simple-functional-loader#readme",
"devDependencies": {
"tape": "^5.0.0",
"webpack": "^4.43.0"
},
"dependencies": {
"loader-utils": "^2.0.0"
}
}