We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913d116 commit 2691b28Copy full SHA for 2691b28
packages/venia-ui/lib/targets/venia-ui-intercept.js
@@ -12,7 +12,7 @@ const SummaryPaymentTypes = require('./SummaryPaymentTypes');
12
const RootShimmerTypes = require('./RootShimmerTypes');
13
14
module.exports = veniaTargets => {
15
- const venia = new Targetables(veniaTargets);
+ const venia = Targetables.using(veniaTargets);
16
17
venia.setSpecialFeatures(
18
'cssModules',
0 commit comments