mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 10:08:35 +00:00
6 lines
243 B
JavaScript
Vendored
6 lines
243 B
JavaScript
Vendored
// Re-export lib/utils, so that consumers can import
|
|
// babel-plugin-dynamic-import-node/utils instead of
|
|
// babel-plugin-dynamic-import-node/lib/utils
|
|
|
|
// eslint-disable-next-line import/no-unresolved
|
|
module.exports = require('./lib/utils');
|