mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
use [name].bundle.js file naming scheme for outputs
This commit is contained in:
parent
5bf7a70694
commit
d7ca2d7803
@ -18,7 +18,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
output: {
|
output: {
|
||||||
filename: 'js/[name].[chunkhash].js',
|
filename: 'js/[name].bundle.js',
|
||||||
path: path.resolve(__dirname, 'extension', process.env.TARGET),
|
path: path.resolve(__dirname, 'extension', process.env.TARGET),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user