Skip to content

Commit

Permalink
Merge pull request react-bootstrap#622 from AlexKVal/webpackWarning
Browse files Browse the repository at this point in the history
Get rid of webpack warning with `npm run docs`
  • Loading branch information
mtscout6 committed May 7, 2015
2 parents cb42573 + f1e84bc commit af4c0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if (development) {

webpackConfig.output.path = '/';
webpackConfig.output.publicPath = undefined;
webpackConfig.module.noParse = /babel-core\/browser/;

app = app
.use(webpackMiddleware(webpack(webpackConfig), {
Expand Down

0 comments on commit af4c0a0

Please sign in to comment.