Skip to content

Commit

Permalink
Fix output path.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Feb 27, 2021
1 parent 6940306 commit 7b7e8d4
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 @@ -155,7 +155,7 @@ module.exports = async (env) => {
if (env.DEPLOYMENT === "plone") {
config.output.path = path.resolve(
__dirname,
"../plone.staticresources/src/plone/staticresources/static/bundles/"
"../plone.staticresources/src/plone/staticresources/static/bundle-plone/"
);
}
return config;
Expand Down

0 comments on commit 7b7e8d4

Please sign in to comment.