Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Moved src/static to public
Browse files Browse the repository at this point in the history
  • Loading branch information
the-code-genin committed Nov 17, 2022
1 parent 75a8a60 commit 11b7bfc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ module.exports = {
inject: 'body'
}),

// Copy files from the src/static directory to the build directory
// Copy files from the public directory to the build directory
new CopyPlugin({
patterns: [
{ from: "src/static", to: "" },
{ from: path.resolve(__dirname, "public"), to: "" },
],
}),

Expand Down

0 comments on commit 11b7bfc

Please sign in to comment.