General dependency bump

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-08-11 13:36:37 +02:00
parent 0e37354a6e
commit 623b55d348
2 changed files with 28 additions and 27 deletions

View File

@@ -6,7 +6,8 @@ module.exports = {
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
filename: 'deck.js'
filename: 'deck.js',
jsonpFunction: 'webpackJsonpOCADeck'
},
module: {
rules: [