mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +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()],
|
||||
copy: true,
|
||||
manifestJsonPath: path.join(
|
||||
__dirname,
|
||||
'../src/browser/extension/manifest.json'
|
||||
),
|
||||
manifestJsonPath: path.join(__dirname, '../chrome/manifest.json'),
|
||||
});
|
||||
|
||||
config.watch = true;
|
||||
|
|
|
@ -13,8 +13,5 @@ export default baseConfig({
|
|||
},
|
||||
},
|
||||
copy: true,
|
||||
manifestJsonPath: path.join(
|
||||
__dirname,
|
||||
'../src/browser/extension/manifest.json'
|
||||
),
|
||||
manifestJsonPath: path.join(__dirname, '../chrome/manifest.json'),
|
||||
});
|
||||
|
|
|
@ -10,8 +10,5 @@ export default baseConfig({
|
|||
},
|
||||
},
|
||||
copy: true,
|
||||
manifestJsonPath: path.join(
|
||||
__dirname,
|
||||
'../src/browser/firefox/manifest.json'
|
||||
),
|
||||
manifestJsonPath: path.join(__dirname, '../firefox/manifest.json'),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user