Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 11, 2024
1 parent 605f214 commit 9ba80ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules/*
/watch-dist/*
/dev-dist/*
/index.html
docs/build.bat
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ module.exports = {
devtool: 'eval-source-map',
output: {
pathinfo: true,
path: path.resolve(__dirname, 'watch-dist'),
publicPath: './watch-dist/',
path: path.resolve(__dirname, 'dev-dist'),
publicPath: './dev-dist/',
library: '[name]',
libraryTarget: 'umd',
filename: '[name].js'
Expand Down

0 comments on commit 9ba80ed

Please sign in to comment.