Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed May 18, 2017
1 parent 762a101 commit 926c2c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/webpack.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { IgnorePlugin } from 'webpack';

import { REACT013, REACT155 } from './version';

// eslint-disable-next-line import/prefer-default-export
export function getPluginsForInstalledReact() {
var plugins = [];
const plugins = [];

/*
this list of conditional IgnorePlugins mirrors the conditional
Expand Down

0 comments on commit 926c2c2

Please sign in to comment.