Skip to content

Commit

Permalink
Just don't mess with resolve.root at all (#460)
Browse files Browse the repository at this point in the history
Don't seem to need anything but loaders from cli's node_modules?
  • Loading branch information
gigabo authored Jul 29, 2016
1 parent 2d38928 commit fca9661
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-server-cli/src/compileClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,6 @@ const packageCodeForBrowser = (entrypoints, outputDir, outputUrl, hot, minify, l
},
],
},
resolve: {
root: [
path.resolve(path.join(process.cwd(), "node_modules")),
path.resolve(path.join(__dirname, "../node_modules")),
],
},
resolveLoader: {
root: [
path.resolve(path.join(__dirname, "../node_modules")),
Expand Down

0 comments on commit fca9661

Please sign in to comment.