提交 e0a90007 编写于 作者: Q qiang

fix(App): androidPrivacy.json ignore other path

上级 1d42ab7a
......@@ -73,7 +73,10 @@ function getCopyWebpackPluginOptions (platformOptions, vueOptions) {
if (process.env.UNI_PLATFORM === 'app-plus') {
copyOptions.push({
from: path.resolve(process.env.UNI_INPUT_DIR, 'android*.json'),
to: '[name].[ext]'
to: '[name].[ext]',
globOptions: {
ignored: require('./util').getWatchOptions().ignored
}
})
}
return copyOptions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册