cleaning up the repo to be used as a library

This commit is contained in:
Gavin McDonald
2018-11-11 22:42:41 +00:00
parent 6cd346200c
commit d0946ba67f
5 changed files with 25 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ var path = require('path');
module.exports = {
entry: {
main: [path.join(__dirname, 'src', 'main.js')],
Tessellate: [path.join(__dirname, 'src', 'tessellate.js')],
tessellate: [path.join(__dirname, 'src', 'tessellate.js')],
},
output: {
libraryTarget: 'this',