Skip to content

Commit

Permalink
dumping to docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
htadg committed Jan 9, 2024
1 parent d9f446d commit 7147b84
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 7147b84

Please sign in to comment.