Skip to content

Commit

Permalink
place webpack output into pluginroot/public/webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 14, 2023
1 parent 2496f7f commit 2a86be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const pluginConfig = function(plugin) {
});

config.output = {
path: path.join(__dirname, '..', 'public', 'webpack', pluginName),
path: path.join(pluginRoot, 'public', 'webpack'),
publicPath: '/webpack/' + pluginName + '/',
uniqueName: pluginName,
};
Expand Down

0 comments on commit 2a86be3

Please sign in to comment.