mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 20:39:50 -04:00
7 lines
243 B
JavaScript
7 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');
|