Open TillerBurr opened 2 years ago
With the current webpack.config.js, there is a possibility of generating a {{cookiecutter.project_shortname}}-shared.js file. If the file is generated, it is not added to the _js_dist list and has to be added manually to the __init__ file.
{{cookiecutter.project_shortname}}-shared.js
_js_dist
__init__
With the current webpack.config.js, there is a possibility of generating a
{{cookiecutter.project_shortname}}-shared.js
file. If the file is generated, it is not added to the_js_dist
list and has to be added manually to the__init__
file.