mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
parent
ef2a274699
commit
9b6ed08112
|
@ -1,7 +1,7 @@
|
|||
import path from 'path';
|
||||
import baseConfig from './base.config';
|
||||
|
||||
const config = baseConfig({
|
||||
export default baseConfig({
|
||||
mode: 'production',
|
||||
inputExtra: {
|
||||
page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')],
|
||||
|
@ -18,5 +18,3 @@ const config = baseConfig({
|
|||
'../src/browser/extension/manifest.json'
|
||||
),
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import path from 'path';
|
||||
import baseConfig from './base.config';
|
||||
|
||||
const config = baseConfig({
|
||||
export default baseConfig({
|
||||
mode: 'production',
|
||||
output: { path: path.join(__dirname, '../build/extension') },
|
||||
globals: {
|
||||
|
@ -15,5 +15,3 @@ const config = baseConfig({
|
|||
'../src/browser/firefox/manifest.json'
|
||||
),
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import path from 'path';
|
||||
import baseConfig from './base.config';
|
||||
|
||||
const config = baseConfig({
|
||||
export default baseConfig({
|
||||
mode: 'production',
|
||||
input: {
|
||||
page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')],
|
||||
|
@ -13,5 +13,3 @@ const config = baseConfig({
|
|||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
Loading…
Reference in New Issue
Block a user