Skip to content

Commit

Permalink
Rename source and dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Jul 7, 2018
1 parent 4254818 commit fbf1796
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const UnminifiedWebpackPlugin = require('unminified-webpack-plugin');

module.exports = {
mode: 'production',
entry: './src/index.js',
entry: './src/animate-top-offset.js',
output: {
filename: 'index.min.js',
filename: 'animate-top-offset.min.js',
library: 'animateTopOffset',
libraryTarget: 'umd',
libraryExport: 'default'
Expand Down

0 comments on commit fbf1796

Please sign in to comment.