Skip to content

Commit fbf1796

Browse files
committed
Rename source and dist files
1 parent 4254818 commit fbf1796

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ const UnminifiedWebpackPlugin = require('unminified-webpack-plugin');
22

33
module.exports = {
44
mode: 'production',
5-
entry: './src/index.js',
5+
entry: './src/animate-top-offset.js',
66
output: {
7-
filename: 'index.min.js',
7+
filename: 'animate-top-offset.min.js',
88
library: 'animateTopOffset',
99
libraryTarget: 'umd',
1010
libraryExport: 'default'

0 commit comments

Comments
 (0)