mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02: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: {
|
||||
filename: 'js/[name].[chunkhash].js',
|
||||
filename: 'js/[name].bundle.js',
|
||||
path: path.resolve(__dirname, 'extension', process.env.TARGET),
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user