Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add correction
  • Loading branch information
SurienDG committed May 15, 2021
commit 006319c4718116b62a61bab8c9c94bfaa78ad4cf
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

const include_dir = `"path.relative('.', __dirname)"`;
const include_dir = `"${path.relative('.', __dirname)}"`;

module.exports = {
include: `"${__dirname}"`, // deprecated, can be removed as part of 4.0.0
Expand Down