mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Move manifests to top-level
This commit is contained in:
parent
fc3e471846
commit
a9653874eb
|
@ -15,10 +15,7 @@ let config = baseConfig({
|
||||||
},
|
},
|
||||||
plugins: [new webpack.NoEmitOnErrorsPlugin()],
|
plugins: [new webpack.NoEmitOnErrorsPlugin()],
|
||||||
copy: true,
|
copy: true,
|
||||||
manifestJsonPath: path.join(
|
manifestJsonPath: path.join(__dirname, '../chrome/manifest.json'),
|
||||||
__dirname,
|
|
||||||
'../src/browser/extension/manifest.json'
|
|
||||||
),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
config.watch = true;
|
config.watch = true;
|
||||||
|
|
|
@ -13,8 +13,5 @@ export default baseConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
copy: true,
|
copy: true,
|
||||||
manifestJsonPath: path.join(
|
manifestJsonPath: path.join(__dirname, '../chrome/manifest.json'),
|
||||||
__dirname,
|
|
||||||
'../src/browser/extension/manifest.json'
|
|
||||||
),
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -10,8 +10,5 @@ export default baseConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
copy: true,
|
copy: true,
|
||||||
manifestJsonPath: path.join(
|
manifestJsonPath: path.join(__dirname, '../firefox/manifest.json'),
|
||||||
__dirname,
|
|
||||||
'../src/browser/firefox/manifest.json'
|
|
||||||
),
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user