UNPKG

watch-dependency-graph

Version:

A Node file watcher, but instead of scanning the filesystem for files to be watched, it monitors only specified entry files and their dependency trees.

9 lines (7 loc) 239 B
import React from 'react' import { render } from 'react-dom/server' import document from 'presta/document' import 'core-js/stable' import esmodules from './esmodules/a' import commonjs from './commonjs/a' import alias from '@/misc/alias'