From f0967c05c146bb1e367cfb45350962bbb379fe90 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Mon, 18 Mar 2019 10:03:14 +0100 Subject: [PATCH] Fix the webpack shortcode config (#14485) --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 1550b0712ab0d2..dba1661ec492f5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -80,6 +80,7 @@ module.exports = { 'dom-ready', 'redux-routine', 'token-list', + 'shortcode', ].map( camelCaseDash ) ), new CopyWebpackPlugin( gutenbergPackages.map( ( packageName ) => ( {