Skip to content

Commit

Permalink
build: move build output to dist/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzo committed Oct 12, 2023
1 parent a8accfd commit b9a9551
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
dist/
1 change: 0 additions & 1 deletion strn.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
target: 'web',
entry: './src/index.js',
output: {
filename: 'strn.min.js',
filename: 'dist/strn.min.js',
path: path.resolve(__dirname),
library: {
name: 'Saturn',
Expand Down

0 comments on commit b9a9551

Please sign in to comment.