Skip to content

Commit

Permalink
Merge 77d3393 into 24a2eb2
Browse files Browse the repository at this point in the history
  • Loading branch information
drodsou committed Mar 26, 2019
2 parents 24a2eb2 + 77d3393 commit 91fec9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/plugins/client/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function bundleClient (hoodieClientPath, bundleTargetPath, options, callback) {

var plugins = [path.resolve('hoodie/client')]
.concat(pluginPaths)
.map(p => p.replace(/\\/g,"/") ) // fix backslashes in Windows paths
.filter(checkModule)

var getPluginsModifiedTimes = plugins.map(function (pluginPath) {
Expand Down

0 comments on commit 91fec9a

Please sign in to comment.