Skip to content

Commit

Permalink
fix assets copy
Browse files Browse the repository at this point in the history
  • Loading branch information
chunliu committed Oct 13, 2020
1 parent 92f77d3 commit 71024c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ module.exports = async (env, options) => {
toType: "file",
},
{
from: "assets/*",
to: "assets/"
from: "assets",
to: "assets/",
},
{
to: "[name]." + "[ext]",
Expand Down

0 comments on commit 71024c5

Please sign in to comment.