Skip to content

Commit

Permalink
refactor: drop array-includes
Browse files Browse the repository at this point in the history
refactor(package): drop `array-includes` (`dependencies`)
  • Loading branch information
evilebottnawi committed Aug 22, 2018
2 parents 5b6bb5e + 4bd4c19 commit 807c846
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 42 deletions.
1 change: 0 additions & 1 deletion bin/webpack-dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
'use strict';

/* eslint global-require: off, import/order: off, no-console: off, import/no-extraneous-dependencies: off */
require('../lib/polyfills');

const debug = require('debug')('webpack-dev-server');
const fs = require('fs');
Expand Down
1 change: 0 additions & 1 deletion lib/Server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

/* eslint func-names: off */
require('./polyfills');

const fs = require('fs');
const http = require('http');
Expand Down
8 changes: 0 additions & 8 deletions lib/polyfills.js

This file was deleted.

0 comments on commit 807c846

Please sign in to comment.