Skip to content

Commit

Permalink
Copied Django templates included js files: Needed a webpack.config.js…
Browse files Browse the repository at this point in the history
… copy rule
  • Loading branch information
SailingSteve committed May 4, 2024
1 parent 94f502b commit 2c76569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ module.exports = (env, argv) => ({
to: 'css/',
globOptions: { ignore: ['**/mainPreBeautified.css', '**/mainSubtract.css']},
},
{ from: `${source}/js/ApiServer/`, to: 'js/ApiServer/' },
{ from: `${source}/extension.html`, to: '.' },
{
from: `${source}/img`,
Expand Down

0 comments on commit 2c76569

Please sign in to comment.