UNPKG

@ts.adligo.org/slink

Version:

This is a simple Type Script Application that will create symbolic links from webpack config files with links created by webpack-link inside of your source folder, which improves speed of changing upstream Javascript or Typescript in a multiple project sy

13 lines (10 loc) 407 B
try { const { enableCompileCache } = require('node:module') /* istanbul ignore next */ if (enableCompileCache) { enableCompileCache() } } catch (e) { /* istanbul ignore next */ } const validateEngines = require('./cli/validate-engines.js') const cliEntry = require('node:path').resolve(__dirname, 'cli/entry.js') module.exports = (process) => validateEngines(process, () => require(cliEntry))