diff --git a/webpack.config.js b/webpack.config.js index 21b5516..21f3a00 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -14,7 +14,7 @@ if (env === 'build') { outputFile = libraryName + '.js'; } -let config = { +var config = { entry: __dirname + '/src/Gantt.js', devtool: 'source-map', output: {