dash-component-boilerplate icon indicating copy to clipboard operation
dash-component-boilerplate copied to clipboard

Shared files are not served, if generated.

Open TillerBurr opened this issue 3 years ago • 0 comments

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.

TillerBurr avatar Feb 17 '22 21:02 TillerBurr