Skip to content

Commit

Permalink
docs: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 26, 2024
1 parent e2b0d3a commit 4ed69d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/examples/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,14 @@ export default {
favicon: path.resolve('app/images/favicon.ico'),
alias: { '/js': js, '/css': css, '/images': images },
meta: { viewport: 'width=device-width,initial-scale=1.0' },
plugins: [new CopyWebpackPlugin({ patterns: [{ from: 'images/qrcode.jpg', to: 'images/qrcode.jpg' }] })]
plugins: [
new CopyWebpackPlugin({
patterns: [
{
from: 'images/qrcode.jpg',
to: 'images/qrcode.jpg'
}
]
})
]
};

0 comments on commit 4ed69d6

Please sign in to comment.