Skip to content

Commit

Permalink
change example docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bemky committed Jun 11, 2021
1 parent 36e63c2 commit 2fb3400
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
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 @@ -4,11 +4,11 @@ module.exports = [{
entry: './example/index.js',
devtool: 'inline-source-map',
devServer: {
contentBase: path.join(__dirname, 'example'),
contentBase: path.join(__dirname, 'docs'),
port: 9000
},
output: {
filename: 'index.compiled.js',
path: path.resolve(__dirname, 'example')
path: path.resolve(__dirname, 'docs')
}
}]

0 comments on commit 2fb3400

Please # to comment.