update docs and README
This commit is contained in:
@@ -72,6 +72,11 @@ module.exports = async (env, options) => {
|
||||
from: "assets/*",
|
||||
to: "assets/[name][ext][query]",
|
||||
},
|
||||
{
|
||||
from: "docs/*",
|
||||
to: "docs/[name][ext][query]",
|
||||
noErrorOnMissing: true,
|
||||
},
|
||||
{
|
||||
from: "manifest*.xml",
|
||||
to: "[name]" + "[ext]",
|
||||
|
||||
Reference in New Issue
Block a user