mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
4 lines
187 B
JavaScript
4 lines
187 B
JavaScript
/* eslint max-len: 0 */
|
|
// TODO: eventually deprecate this console.trace("use the `babel-register` package instead of `babel-core/register`");
|
|
module.exports = require("babel-register");
|