File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}} Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## v0.0.6
3+ ## v0.0.7
44
551 . Makes ` webpack_loader ` render Django hashed static file
661 . Update ` pre-commit-config.yaml `
77
8+ ## v0.0.6
9+
10+ DELETED
11+
812## v0.0.5
913
10141 . Use ` Poetry ` to manage project meta info and dependency
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-webpack-boilerplate"
3- version = " 0.0.6 "
3+ version = " 0.0.7 "
44description = " Jump start frontend project bundled by Webpack"
55authors = [" Michael Yin <michaelyin@accordbox.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11{
22 "name" : " python-webpack-boilerplate" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " Webpack boilerplate for Django & Flask" ,
55 "scripts" : {
66 "build" : " cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js" ,
You can’t perform that action at this time.
0 commit comments