Skip to content

Commit

Permalink
Fixing missing dep in preset (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman authored Sep 29, 2016
1 parent f0bfddb commit 91da760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools-preset/entry-points.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const HtmlPlugin = require('html-webpack-plugin');
const path = require('path');
const preset = require('neutrino-preset-react');

const SRC = path.join(__dirname, '../src');
const polyfill = require.resolve('babel-polyfill');
Expand Down

0 comments on commit 91da760

Please sign in to comment.