Skip to content

Commit

Permalink
fix(Bundle): Update new package name including @plone scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed May 17, 2022
1 parent 5191b26 commit 77bb86a
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 @@ -11,7 +11,7 @@ module.exports = (env, argv) => {
},
};

config = patternslib_config(env, argv, config, ["mockup"]);
config = patternslib_config(env, argv, config, ["@plone/mockup"]);

config.output.path = path.resolve(__dirname, "dist/");

Expand Down

0 comments on commit 77bb86a

Please sign in to comment.