Update webpack configuration
This commit is contained in:
parent
d05e29b5e0
commit
2b3e35078d
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ export default {
|
||||||
output: {
|
output: {
|
||||||
path: resolve(__dirname, 'src', 'newsreader', 'static'),
|
path: resolve(__dirname, 'src', 'newsreader', 'static'),
|
||||||
filename: 'js/[name].bundle.js',
|
filename: 'js/[name].bundle.js',
|
||||||
|
hashFunction: 'sha256',
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue