Skip to content

Commit

Permalink
Remove reference to old custom BS compilation option
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Mar 6, 2022
1 parent 2e0ebb9 commit 9211163
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions {{cookiecutter.project_slug}}/webpack/common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ module.exports = {
context: path.join(__dirname, '../'),
entry: {
'project': path.resolve(__dirname, '../{{cookiecutter.project_slug}}/static/js/project'),
{%- if cookiecutter.custom_bootstrap_compilation == "y" %}
'vendors': path.resolve(__dirname, '../{{cookiecutter.project_slug}}/static/js/vendors'),
{%- endif %}
},
output: {
path: path.resolve(__dirname, '../{{cookiecutter.project_slug}}/static/webpack_bundles/'),
Expand Down

0 comments on commit 9211163

Please sign in to comment.