diff --git a/webpack.config.js b/webpack.config.js index ec1d1f2f..738cc324 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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',