Skip to content

Commit

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

0 comments on commit 92f77d3

Please sign in to comment.