Skip to content

Commit

Permalink
[fix] typo in next.config.js (#8418)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoturi authored and oliviertassinari committed Sep 27, 2017
1 parent 005c90d commit 958a67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
const { findPages } = require('./docs/src/modules/utils/find');

const ENABLE_STATS = false;
process.env.MATERIAL_UI_VERSION = pkg.version,
process.env.MATERIAL_UI_VERSION = pkg.version;

module.exports = {
webpack: config => {
Expand Down

0 comments on commit 958a67a

Please sign in to comment.