summaryrefslogtreecommitdiff
path: root/src/core/config/factorization/inline-plugin.js
blob: 02698430425b078de61ba00dc18850c961df84c1 (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * @prettier
 */

const InlinePluginFactorization = (options) => () => ({
  fn: options.fn,
  components: options.components,
})

export default InlinePluginFactorization