cleaning up the repo to be used as a library
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user