Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Update path for visionmedia debug package
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Jan 3, 2017
1 parent 08d81b1 commit 68e1b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function webpackBuild(filename, libraryName, version) {
// Use browser version of visionmedia-debug
new webpack.NormalModuleReplacementPlugin(
/debug\/node/,
'debug/browser'
'debug/src/browser'
),
new webpack.NormalModuleReplacementPlugin(
/..\/..\/package/,
Expand Down

0 comments on commit 68e1b19

Please sign in to comment.