Skip to content

Commit

Permalink
Leaving the webpack entry as the lib index for the global export
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Aug 22, 2022
1 parent 57f49ee commit 0d7f7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const webpack = require('webpack');
const path = require('path');

const config = {
entry: './index.ts',
entry: './lib/index.js',
output: {
path: path.resolve(__dirname, 'build'),
filename: 'graphlib.js',
Expand Down

0 comments on commit 0d7f7cb

Please sign in to comment.