mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
6 lines
243 B
JavaScript
6 lines
243 B
JavaScript
// 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');
|