Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix resolution issues when linking neutrino
Browse files Browse the repository at this point in the history
Some presets depend on `webpack` and `webpack-dev-server` for HMR
logic. This commit makes those dependencies explicit and fixes issues
when installing neutrino packages with `npm link`.
  • Loading branch information
eirikurn committed Mar 21, 2017
1 parent fe04331 commit e4c53c2
Show file tree
Hide file tree
Showing 4 changed files with 2,179 additions and 12 deletions.
1 change: 1 addition & 0 deletions packages/neutrino-preset-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"exports-loader": "^0.6.4",
"imports-loader": "^0.7.1",
"ramda": "^0.23.0",
"webpack": "^2.2.1",
"webpack-node-externals": "1.5.4",
"neutrino-middleware-banner": "^5.0.0",
"neutrino-middleware-clean": "^5.0.0",
Expand Down
Loading

0 comments on commit e4c53c2

Please sign in to comment.