mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
config
This commit is contained in:
parent
ceff60326b
commit
e8ff2f1acd
|
@ -1,7 +1,7 @@
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import baseConfig from './base.config';
|
import baseConfig from './base.config';
|
||||||
|
|
||||||
export default baseConfig({
|
const config = baseConfig({
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
inputExtra: {
|
inputExtra: {
|
||||||
page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')],
|
page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')],
|
||||||
|
@ -18,3 +18,5 @@ export default baseConfig({
|
||||||
'../src/browser/extension/manifest.json'
|
'../src/browser/extension/manifest.json'
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export default config;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import baseConfig from './base.config';
|
import baseConfig from './base.config';
|
||||||
|
|
||||||
export default baseConfig({
|
const config = baseConfig({
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
output: { path: path.join(__dirname, '../build/extension') },
|
output: { path: path.join(__dirname, '../build/extension') },
|
||||||
globals: {
|
globals: {
|
||||||
|
@ -15,3 +15,5 @@ export default baseConfig({
|
||||||
'../src/browser/firefox/manifest.json'
|
'../src/browser/firefox/manifest.json'
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export default config;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import baseConfig from './base.config';
|
import baseConfig from './base.config';
|
||||||
|
|
||||||
export default baseConfig({
|
const config = baseConfig({
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
input: {
|
input: {
|
||||||
page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')],
|
page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')],
|
||||||
|
@ -13,3 +13,5 @@ export default baseConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export default config;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user