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

Commit

Permalink
Removing extraneous construct
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Mar 27, 2017
1 parent 887ec68 commit 46e6637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neutrino/src/webpack.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Future = require('fluture');
const { assoc, construct, isEmpty, pathOr, pipe } = require('ramda');
const { assoc, isEmpty, pathOr, pipe } = require('ramda');
const webpack = require('webpack');
const DevServer = construct(require('webpack-dev-server'));
const DevServer = require('webpack-dev-server');
const { toArray } = require('./utils');

// errors :: (Error|Array Error err -> Object stats) -> Array Error
Expand Down

0 comments on commit 46e6637

Please sign in to comment.