filename-replace-webpack-plugin
Version:
Rename the dist files generated by the Webpack build.
32 lines • 976 B
JSON
{
"name": "filename-replace-webpack-plugin",
"version": "1.0.1",
"author": "jaysding",
"description": "Rename the dist files generated by the Webpack build.",
"main": "plugins/filename-replace-webpack-plugin.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rename",
"rename-file",
"webpack-plugin",
"webpack",
"replace-filename"
],
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"mini-css-extract-plugin": "^2.4.5",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaysding/filename-replace-webpack-plugin.git"
},
"homepage": "https://github.com/jaysding/filename-replace-webpack-plugin#readme"
}