Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Sep 10, 2019
1 parent 97762ff commit 72ec855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/playground/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ const CONFIG = {
};

// This line enables bundling against src in this repo rather than installed deck.gl module
module.exports = env =>
env ? require('../webpack.config.local')(CONFIG, __dirname)(env) : CONFIG;
module.exports = env => (env ? require('../webpack.config.local')(CONFIG, __dirname)(env) : CONFIG);

0 comments on commit 72ec855

Please sign in to comment.