Skip to content

Commit

Permalink
ci: config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent e5faf57 commit d501fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = [{
entry: './shim/gh-pages.js',
output: {
filename: '[name].js',
path: './gh-pages' //path.resolve(__dirname, 'scratch-blocks/gh-pages')
path: 'gh-pages' //path.resolve(__dirname, 'scratch-blocks/gh-pages')
},
optimization: {
minimize: false
Expand Down

0 comments on commit d501fb3

Please sign in to comment.