Skip to content

Commit

Permalink
updated webpack config file
Browse files Browse the repository at this point in the history
  • Loading branch information
htadg committed Jan 9, 2024
1 parent bd44855 commit 6622c10
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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 @@ -8,7 +8,7 @@ module.exports = {
},
output: {
publicPath: '/',
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, 'docs'),
clean: true
},
plugins: [
Expand Down Expand Up @@ -64,7 +64,7 @@ module.exports = {
target: 'web',
devServer: {
static: {
directory: path.join(path.join(__dirname, 'dist'), 'asset')
directory: path.join(path.join(__dirname, 'docs'), 'asset')
},
watchFiles: {
paths: ['./src/*.*', './src/**/*.*'],
Expand Down

0 comments on commit 6622c10

Please sign in to comment.