@bolt/build-tools
Version:
Curated collection of front-end build tools in the Bolt Design System.
21 lines (20 loc) • 622 B
JSON
{
"name": "@bolt/file-passthrough-loader",
"version": "5.9.0",
"description": "Bolt Design System fork of Webpack's file-loader package, but with the added ability to allow additional loaders to be run after file-loader has outputted to the file system.",
"license": "MIT",
"main": "index.js",
"dependencies": {
"file-loader": "^5.0.2",
"loader-utils": "^1.4.1",
"merge-options": "^2.0.0",
"schema-utils": "^2.6.1"
},
"optionalDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ed398c4cd7fac2500e601e662f3a43725a0f38c5"
}