Skip to content

Commit

Permalink
chore: Reintegrated public path in webpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Sep 21, 2022
1 parent 9143e0e commit 0425892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -20,6 +20,7 @@ module.exports = {
},
output: {
path: path.resolve(__dirname, './dist'),
publicPath: '/dist/',
filename: '[name].min.js',
library: {
name: 'openplayerjs',
Expand Down

0 comments on commit 0425892

Please sign in to comment.