Prevent exclude drafts filter being tree shaken (https://github.com/woocommerce/woocommerce-blocks/pull/3463)

This commit is contained in:
Albert Juhé Lluveras 2020-11-25 13:46:13 +01:00 committed by GitHub
parent 704fab02d6
commit 0b2112c3d5
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { getSetting } from './get-setting';
export * from './default-constants';
export { setSetting } from './set-setting';
import './exclude-draft-status-from-analytics';
import '../../filters/exclude-draft-status-from-analytics';
/**
* Note: this attempts to coerce the wpVersion to a semver for comparison