解决打包时丢失图片问题
This commit is contained in:
parent
66b2babf79
commit
47cb9a730b
@ -14,6 +14,7 @@ const config = {
|
||||
},
|
||||
copy: {
|
||||
patterns: [
|
||||
{ from: 'src/image/', to: 'dist/image/', ignore: ['*.js'] }, // 指定需要 copy 的目录
|
||||
],
|
||||
options: {
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"enableAppxNg": true,
|
||||
"enableNodeModuleBabelTransform": false,
|
||||
"enableNodeModuleBabelTransform": true,
|
||||
"miniprogramRoot": "./"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user