summaryrefslogtreecommitdiff
path: root/support/build/plugin-lodash-import-rename.js
diff options
context:
space:
mode:
Diffstat (limited to 'support/build/plugin-lodash-import-rename.js')
-rw-r--r--support/build/plugin-lodash-import-rename.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/build/plugin-lodash-import-rename.js b/support/build/plugin-lodash-import-rename.js
index 6fe893b..b14304f 100644
--- a/support/build/plugin-lodash-import-rename.js
+++ b/support/build/plugin-lodash-import-rename.js
@@ -1,7 +1,7 @@
-import _ from 'lodash';
-import {dirname, sep} from 'path';
+const _ = require('lodash');
+const {dirname, sep} = require('path');
-export default function() {
+module.exports = function() {
return {
visitor: {