mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
[Fix] Bundle build paths - use target folder
This commit is contained in:
parent
26410b402f
commit
d0abe01ea5
@ -15,8 +15,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
output: {
|
output: {
|
||||||
filename: '[name].[chunkhash].js',
|
filename: 'js/[name].[chunkhash].js',
|
||||||
path: path.resolve(__dirname, 'extension'),
|
path: path.resolve(__dirname, 'extension', process.env.TARGET),
|
||||||
},
|
},
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user