mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-08 00:49:13 +08:00
6 lines
243 B
Text
6 lines
243 B
Text
// 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');
|