1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix chromereload while on development (#11359)

This commit is contained in:
Dan J Miller 2021-06-22 15:02:54 -02:30 committed by GitHub
parent f1f2a01c76
commit be244f4908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ for (const tag of languageTags) {
const copyTargetsDev = [
...copyTargets,
{
src: './app/scripts/',
src: './development',
pattern: '/chromereload.js',
dest: ``,
},