Skip to content

Commit b7c53e5

Browse files
committed
Fix path for custom plugin
1 parent 469953e commit b7c53e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
trees.push(vendorTree);
2525
}
2626

27-
let datetimepickerJs = require.resolve('eonasdan-bootstrap-datetimepicker');
27+
let datetimepickerJs = require.resolve('eonasdan-bootstrap-datetimepicker-ie');
2828
let datetimepickerPath = path.join(path.dirname(datetimepickerJs), '../../');
2929
trees.push(new Funnel(datetimepickerPath, {
3030
destDir: 'eonasdan-bootstrap-datetimepicker',

0 commit comments

Comments
 (0)