AccordBox / python-webpack-boilerplate

Django Webpack boilerplate & Flask Webpack boilerplate
https://python-webpack-boilerplate.rtfd.io
MIT License
167 stars 20 forks source link

refactor entries generation to generate entries names independently f… #39

Closed Schulzjo closed 10 months ago

Schulzjo commented 1 year ago

This makes it easier to extend this function to handle multiple file extensions by editing the path, e.g. like this: ../src/application/*.{js,jsx,ts,tsx}

targeting the typescript refactoring in this tutorial: https://www.accordbox.com/blog/how-to-add-typescript-to-the-django-project/

Feedback appreciated