mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-14 11:15:08 +00:00
Merge "build: Make webpack config compatible with v2.3.0"
This commit is contained in:
commit
cb4cdc868a
BIN
resources/dist/index.js.map
vendored
BIN
resources/dist/index.js.map
vendored
Binary file not shown.
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
|
||||
// Write each chunk (entries, here) to a file named after the entry, e.g.
|
||||
// the "index" entry gets written to index.js.
|
||||
filename: '/[name].js'
|
||||
filename: '[name].js'
|
||||
},
|
||||
entry: {
|
||||
index: './src/index.js'
|
||||
|
|
Loading…
Reference in a new issue