Skip to content

joseamietta/simplifying-targetables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PWAStudio simplifying targetables

Usage Exsample

const { ExtendLocalIntercept } = require('@joseamietta/simplifying-targetables');

function localIntercept(targets) {
  const extendLocalIntercept = new ExtendLocalIntercept(targets);
  extendLocalIntercept.allowTargetables();
  extendLocalIntercept.allowCssOverwrites();
  extendLocalIntercept.allowPeregrineWraps();
}

module.exports = localIntercept;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published