1
0
mirror of https://github.com/lrsjng/pagemap.git synced 2025-08-20 11:51:49 +02:00

Minor changes.

This commit is contained in:
Lars Jung
2016-06-12 19:37:43 +02:00
parent 08d354a57b
commit f6b1e153a0
7 changed files with 119 additions and 107 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
entry: './lib/pagemap.js',
output: {
path: './dist',
filename: 'pagemap.js',
filename: 'pagemap.min.js',
library: 'pagemap',
libraryTarget: 'umd'
},