Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Jan 17, 2019
1 parent 3e1dfbe commit a1eafef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ const configurator = (file, format, plugins) => ({
plugins
});

const devConfig = configurator('dist/higlass-whisker.js', 'umd', [
const devConfig = configurator('dist/higlass-range.js', 'umd', [
resolve(),
commonjs({ sourceMap: false }),
babel(),
filesize(),
visualizer()
]);

const prodConfig = configurator('dist/higlass-whisker.min.js', 'umd', [
const prodConfig = configurator('dist/higlass-range.min.js', 'umd', [
resolve(),
commonjs({ sourceMap: false }),
babel(),
Expand Down

0 comments on commit a1eafef

Please sign in to comment.