Closed arowM closed 7 years ago
This PR refactoring webpack.config.js and change directory hierarchy of template files.
webpack.config.js
In commit aff4110, I've changed structures of template files as follows.
frontend/dist ├── static │ ├── adminUser.css │ ├── adminUser.js │ ├── chat.css │ ├── chat.js │ ├── endUser.css │ ├── endUser.js │ ├── hamburger.svg │ ├── heart-outer.svg │ ├── heart.svg │ ├── mee.svg │ ├── me.svg │ ├── storeUser.css │ └── storeUser.js └── templates ├── admin │ ├── login.html │ ├── store_create.html │ ├── store_delete_confirm.html │ ├── store_delete.html │ └── store_login.html ├── category.html ├── chat.html ├── coupon_id.html ├── store │ ├── coupon.html │ ├── coupon_id_edit.html │ ├── coupon_id.html │ ├── login.html │ ├── store_edit.html │ └── store.html ├── store_id_coupon.html └── store_id.html
This PR refactoring
webpack.config.js
and change directory hierarchy of template files.In commit aff4110, I've changed structures of template files as follows.